diff options
Diffstat (limited to 'test/programs/fib.ts')
-rw-r--r-- | test/programs/fib.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/programs/fib.ts b/test/programs/fib.ts new file mode 100644 index 0000000..11a8b1f --- /dev/null +++ b/test/programs/fib.ts @@ -0,0 +1 @@ +export const FIBONACCI_PROG = `PLEASE OF asdf`; |