1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-30 09:03:15 +00:00
janet/test/install/testexec.janet
Calvin Rose 8bbe518696 Executables linking to natives working on linux.
This involves a bunch of machinery in cook.janet
and even a little bit in the janet C API.
2019-07-28 13:27:20 -05:00

6 lines
89 B
Plaintext

(use build/testmod)
(defn main [&]
(print "Hello from executable!")
(print (get5)))