mirror of
https://github.com/janet-lang/janet
synced 2025-11-20 09:15:12 +00:00
Address #470 - hyphen's in native module names.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
(use build/testmod)
|
||||
(use build/testmod2)
|
||||
(use build/testmod3)
|
||||
(use build/test-mod-4)
|
||||
|
||||
(defn main [&]
|
||||
(print "Hello from executable!")
|
||||
(print (+ (get5) (get6) (get7))))
|
||||
(print (+ (get5) (get6) (get7) (get8))))
|
||||
|
||||
Reference in New Issue
Block a user