Aer/tests/hello_world.aer

8 lines
70 B
Plaintext

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