1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-01 16:30:40 +00:00
janet/test/install/testexec.janet
Calvin Rose 25156eb83e For #469 - Add support for C++ and mixed C/C++
WIP and for native modules. Required a few changes to headers and
some changes to JPM.
2020-09-04 17:41:36 -05:00

8 lines
149 B
Clojure

(use build/testmod)
(use build/testmod2)
(use build/testmod3)
(defn main [&]
(print "Hello from executable!")
(print (+ (get5) (get6) (get7))))