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

6 lines
74 B
Haxe
Raw Normal View History

2020-12-23 21:38:58 +01:00
class Main {
static function main() {
trace('hello');
}
}