mirror of
https://github.com/janet-lang/janet
synced 2025-11-03 00:53:01 +00:00
Executables linking to natives working on linux.
This involves a bunch of machinery in cook.janet and even a little bit in the janet C API.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
(use build/testmod)
|
||||
|
||||
(defn main [&]
|
||||
(print "Hello from executable!"))
|
||||
(print "Hello from executable!")
|
||||
(print (get5)))
|
||||
|
||||
Reference in New Issue
Block a user