1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-03 10:33:24 +00:00
janet/test/install/testexec.janet
Calvin Rose cc07ff987d Fix normal native building and make test-install.
Add executable generation testing to make test-install.
2019-07-27 09:53:28 -05:00

3 lines
51 B
Clojure

(defn main [&]
(print "Hello from executable!"))