diff options
Diffstat (limited to 'examples/out')
| -rw-r--r-- | examples/out/fib | 7 | ||||
| -rw-r--r-- | examples/out/gcd | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/examples/out/fib b/examples/out/fib new file mode 100644 index 0000000..933afe4 --- /dev/null +++ b/examples/out/fib @@ -0,0 +1,7 @@ +Globals: + t=23 +Functions: + F, 21 nodes +Stack: + 23 + 28657 diff --git a/examples/out/gcd b/examples/out/gcd new file mode 100644 index 0000000..441395f --- /dev/null +++ b/examples/out/gcd @@ -0,0 +1,5 @@ +Globals: +Functions: + F, 16 nodes +Stack: + 1 |