mirror of
https://github.com/janet-lang/janet
synced 2025-10-20 18:27:40 +00:00
7 lines
121 B
Janet
7 lines
121 B
Janet
(use build/testmod)
|
|
(use build/testmod2)
|
|
|
|
(defn main [&]
|
|
(print "Hello from executable!")
|
|
(print (+ (get5) (get6))))
|