mirror of
https://github.com/janet-lang/janet
synced 2025-03-23 16:56:56 +00:00

This involves a bunch of machinery in cook.janet and even a little bit in the janet C API.
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
(use build/testmod)
|
|
|
|
(defn main [&]
|
|
(print "Hello from executable!")
|
|
(print (get5)))
|