dotfiles/scripts/dlvid.clj
2025-04-09 23:35:18 -05:00

5 lines
68 B
Clojure
Executable file

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