waf/playground/haxe/executable/src/Main.hx

6 lines
74 B
Haxe

class Main {
static function main() {
trace('hello');
}
}