Initial commit

This commit is contained in:
Tony Bark 2025-10-05 06:31:21 -04:00
commit 908eff4ec7
6 changed files with 82 additions and 0 deletions

5
src/Main.hx Normal file
View file

@ -0,0 +1,5 @@
class Main {
static function main() {
trace("Haxe is great!");
}
}