mirror of
https://github.com/janet-lang/janet
synced 2024-11-15 21:24:48 +00:00
8bbe518696
This involves a bunch of machinery in cook.janet and even a little bit in the janet C API.
6 lines
89 B
Clojure
6 lines
89 B
Clojure
(use build/testmod)
|
|
|
|
(defn main [&]
|
|
(print "Hello from executable!")
|
|
(print (get5)))
|