Tous les contrôles ont réussi
The build was successful.
* Do not overload entry point * Automatically call Program::__construct() * Automatically call Program::main(); * Fix all tests
8 lignes
74 B
Plaintext
8 lignes
74 B
Plaintext
class Program {
|
|
|
|
public function main() {
|
|
print('Hello world!');
|
|
}
|
|
|
|
}
|