NT
Size: a a a
NT
BT
P
BT
BT
NT
BT
AK
NT
NT
BT
P
// Generated by Haxe 4.0.5
(function ($global) { "use strict";
var Main = function() { };
Main.main = function() {
console.log("Main.hx:3:","Hello World");
};
Main.main();
})({});
P
P
AM
<?php
set_include_path(get_include_path().PATH_SEPARATOR.__DIR__.'/lib');
spl_autoload_register(
function($class){
$file = stream_resolve_include_path(str_replace('\\', '/', $class) .'.php');
if ($file) {
include_once $file;
}
}
);
\php\Boot::__hx__init();
#(unknown)
\Main::main();
P
P
AM
AM