From 203925d9a48d34537bdf6cd25502134df5e91ae7 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 24 Jan 2024 18:59:13 -0700 Subject: initial commit --- test/programs/index.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/programs/index.ts (limited to 'test/programs/index.ts') diff --git a/test/programs/index.ts b/test/programs/index.ts new file mode 100644 index 0000000..af4170d --- /dev/null +++ b/test/programs/index.ts @@ -0,0 +1,5 @@ +import { FIBONACCI_PROG } from './fib'; + +export namespace TestPrograms { + export const Fibonacci = FIBONACCI_PROG; +} -- cgit v1.2.3-70-g09d2