From d0ea12857007f9d6d48df7e87b8dcdff4dd8a75e Mon Sep 17 00:00:00 2001 From: Nakidai Date: Mon, 31 Mar 2025 17:15:55 +0300 Subject: Edit test structure --- examples/out/fib | 7 +++++++ examples/out/gcd | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 examples/out/fib create mode 100644 examples/out/gcd (limited to 'examples/out') 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 -- cgit 1.4.1