mirror of
https://github.com/janet-lang/janet
synced 2024-11-05 00:06:16 +00:00
f0e04e734c
Use two separate natives in compiled executable.
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
(use build/testmod)
|
|
(use build/testmod2)
|
|
|
|
(defn main [&]
|
|
(print "Hello from executable!")
|
|
(print (+ (get5) (get6))))
|