bulky-insurance-39338
haxe class Main extends Application { public function new () { super (); trace("Hello World"); System.exit(0); } }