mirror of
https://github.com/janet-lang/janet
synced 2025-07-16 08:53:05 +00:00
8 lines
149 B
Clojure
8 lines
149 B
Clojure
(use build/testmod)
|
|
(use build/testmod2)
|
|
(use build/testmod3)
|
|
|
|
(defn main [&]
|
|
(print "Hello from executable!")
|
|
(print (+ (get5) (get6) (get7))))
|