new-project subcommand mostly works

This commit is contained in:
2021-06-13 23:00:30 -06:00
parent da22c31fe8
commit 90f6cbb23c
6 changed files with 102 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
package template;
import kiss.Kiss;
import kiss.Prelude;
@:build(kiss.Kiss.build())
class Main {}

View File

@@ -0,0 +1,2 @@
(defun :Void main []
(print "Hello world!"))