Aer/tests/hello_world.aer

8 lines
74 B
Plaintext

class Program {
public function main() {
print('Hello world!');
}
}