mirror of
https://github.com/janet-lang/janet
synced 2025-10-10 05:17:43 +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))))
|