Adding my first attempt at writing a lisp
[sandbox] / mini / examples / 01-hello.mini
diff --git a/mini/examples/01-hello.mini b/mini/examples/01-hello.mini
new file mode 100644 (file)
index 0000000..edeb148
--- /dev/null
@@ -0,0 +1 @@
+(print "Hello, world")