Aer/tests/hello_world.aer

8 lines
70 B
Plaintext
Raw Normal View History

class Program {
2018-08-05 22:10:26 +02:00
2019-03-17 19:48:52 +01:00
public void main() {
2018-08-05 22:10:26 +02:00
print('Hello world!');
}
}