dotfiles/scripts/dlvid.clj

6 lines
68 B
Clojure
Executable file

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