From 990db9b0d2e6f0b05446ab45d9a11c1fe93574b2 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 5 Jan 2025 18:46:28 +0800 Subject: Scheme stub --- tests/hello_world.e2s | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/hello_world.e2s (limited to 'tests/hello_world.e2s') diff --git a/tests/hello_world.e2s b/tests/hello_world.e2s new file mode 100644 index 0000000..24b3426 --- /dev/null +++ b/tests/hello_world.e2s @@ -0,0 +1,4 @@ +(func main () () + (progn + (return-if-error (println "Hello, world!\n")) + (return))) -- cgit v1.2.3