8 lines
95 B
Haxe
8 lines
95 B
Haxe
package test;
|
|
|
|
class TestMain {
|
|
static function main() {
|
|
TestMain_.main();
|
|
}
|
|
}
|