* Do not overload entry point * Automatically call Program::__construct() * Automatically call Program::main(); * Fix all tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Main {
|
||||
class Program {
|
||||
private $概要 = "AerScript Interpreter";
|
||||
|
||||
public function __construct() {
|
||||
public function main() {
|
||||
$this->ダウンロード();
|
||||
var_dump($this->概要);
|
||||
var_dump($this->isUTF8('hello'));
|
||||
@@ -39,5 +39,3 @@ class Main {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
new Main();
|
||||
|
Reference in New Issue
Block a user