aboutsummaryrefslogtreecommitdiff
path: root/tests/hello_world.e2s
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-05 18:46:28 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-05 18:46:28 +0800
commit990db9b0d2e6f0b05446ab45d9a11c1fe93574b2 (patch)
tree356f8be3914cb289ba6ef904d4d0c12aae0fe363 /tests/hello_world.e2s
parentAdd LICENSE (diff)
downloadtau1-990db9b0d2e6f0b05446ab45d9a11c1fe93574b2.tar.gz
tau1-990db9b0d2e6f0b05446ab45d9a11c1fe93574b2.tar.zst
tau1-990db9b0d2e6f0b05446ab45d9a11c1fe93574b2.zip
Scheme stub
Diffstat (limited to 'tests/hello_world.e2s')
-rw-r--r--tests/hello_world.e2s4
1 files changed, 4 insertions, 0 deletions
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)))