simple executable, only hello world

This commit is contained in:
2026-07-02 00:20:25 +03:00
parent 6f386fa9a6
commit 7609fcc6c8
5 changed files with 35 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
LISP ?= sbcl
all:
$(LISP) --load build.lisp