From c441f8f092cd5da5b09e3e4e826141d915189ab5 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 10 Aug 2022 18:12:44 -0400 Subject: Step 1: Integers --- test.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test.c (limited to 'test.c') diff --git a/test.c b/test.c new file mode 100644 index 0000000..2d814e0 --- /dev/null +++ b/test.c @@ -0,0 +1,6 @@ +#include + +int main(int argc, char** argv) { + printf("%d\n", scheme_entry()); + return 0; +} -- cgit v1.2.3