hello world?

master
Josha von Gizycki 5 years ago
commit 5a24609498

1
.gitignore vendored

@ -0,0 +1 @@
*.*~

@ -0,0 +1,4 @@
(print "build time")
(defn main [& args]
(print "hello world"))

@ -0,0 +1,3 @@
(declare-executable
:name "doro"
:entry "main.janet")
Loading…
Cancel
Save