diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hello_world.e2s | 4 |
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))) |