summary refs log tree commit diff stats
path: root/hello.lith
diff options
context:
space:
mode:
authorSudipto Mallick <smallick.dev+lith@gmail.com>2020-04-21 17:18:21 +0000
committerSudipto Mallick <smallick.dev+lith@gmail.com>2020-04-22 10:10:02 +0000
commitc8d8d9015ff56c538986b24fc58af2aa42c0a5f7 (patch)
tree7753a907f8b72921358f84ab3a1c800e0538bf01 /hello.lith
parent4d627e62cd74edae35f73aa460689086ef4d06ff (diff)
downloadlith-c8d8d9015ff56c538986b24fc58af2aa42c0a5f7.tar.gz
added standard library and example programs
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!")