new-project subcommand mostly works
This commit is contained in:
7
template/src/template/Main.hx
Normal file
7
template/src/template/Main.hx
Normal file
@@ -0,0 +1,7 @@
|
||||
package template;
|
||||
|
||||
import kiss.Kiss;
|
||||
import kiss.Prelude;
|
||||
|
||||
@:build(kiss.Kiss.build())
|
||||
class Main {}
|
2
template/src/template/Main.kiss
Normal file
2
template/src/template/Main.kiss
Normal file
@@ -0,0 +1,2 @@
|
||||
(defun :Void main []
|
||||
(print "Hello world!"))
|
Reference in New Issue
Block a user