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

6 lines
74 B
Haxe

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