haxejsproject/src/Main.hx
2025-10-05 06:27:22 -04:00

5 lines
71 B
Haxe

class Main {
static function main() {
trace("Haxe is great!");
}
}