2 changed files with 10 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
class Main { |
|||
|
|||
public function __construct() { |
|||
print('Hello world!'); |
|||
} |
|||
|
|||
} |
|||
|
|||
new Main(); |
@ -0,0 +1 @@ |
|||
Hello world! |
Loading…
Reference in new issue