This commit is contained in:
2020-11-09 16:45:14 -07:00
parent 0a9b9a3c88
commit b6e30b24e1
6 changed files with 251 additions and 0 deletions

8
src/hiss/Main.hx Normal file
View File

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