Esse commit está contido em:
9
tests/hello_world.aer
Arquivo normal
9
tests/hello_world.aer
Arquivo normal
@@ -0,0 +1,9 @@
|
||||
class Main {
|
||||
|
||||
public function __construct() {
|
||||
print('Hello world!');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
new Main();
|
||||
Referência em uma nova issue
Block a user