making clojure and emacs work

This commit is contained in:
Chris Cochrun 2025-04-09 23:35:18 -05:00
parent 85f0b62eef
commit 78dd7e1f0c
3 changed files with 11 additions and 7 deletions

6
scripts/dlvid.clj Normal file → Executable file
View file

@ -1 +1,5 @@
(ietahst)
#!/usr/bin/env bb
(println (+ 1 2))
(defn thing []
(- 88 55 66))