summary refs log tree commit diff stats
path: root/hello.lith
diff options
context:
space:
mode:
Diffstat (limited to 'hello.lith')
-rw-r--r--hello.lith4
1 files changed, 4 insertions, 0 deletions
diff --git a/hello.lith b/hello.lith
new file mode 100644
index 0000000..c6355be
--- /dev/null
+++ b/hello.lith
@@ -0,0 +1,4 @@
+;;;; hello.lith
+;;;; the "Hello, world!" program written in lith
+
+(print "Hello, world!")