mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-04-04 15:28:22 +00:00
32 lines
480 B
PHP
32 lines
480 B
PHP
<?php
|
|
/**
|
|
* Generated by Haxe 4.0.5
|
|
*/
|
|
|
|
use \php\_Boot\HxAnon;
|
|
use \php\Boot;
|
|
use \haxe\Log;
|
|
|
|
class Main {
|
|
/**
|
|
* @return void
|
|
*/
|
|
public static function main () {
|
|
#source/Main.hx:3: characters 3-8
|
|
(Log::$trace)("Hello World", new HxAnon([
|
|
"fileName" => "source/Main.hx",
|
|
"lineNumber" => 3,
|
|
"className" => "Main",
|
|
"methodName" => "main",
|
|
]));
|
|
}
|
|
|
|
/**
|
|
* @return void
|
|
*/
|
|
public function __construct () {
|
|
}
|
|
}
|
|
|
|
Boot::registerClass(Main::class, 'Main');
|