This commit is contained in:
2020-11-09 22:00:17 -07:00
parent b6e30b24e1
commit e1ea3eaf8c
5 changed files with 75 additions and 13 deletions

View File

@@ -1,8 +1,4 @@
package hiss;
@:build(hiss.Hiss.build("src/hiss/Main.hiss"))
class Main {
public static function main() {
trace(message);
}
}
class Main {}