2018-08-22 01:37:32 -03:00

5 lines
86 B
Haxe
Executable File

class HelloWorld {
static function main() {
trace("Hello World!");
}
}