Aer/tests/hello_world.aer
belliash ff73690111
Some checks reported errors
The build has failed.
Update tests to follow new syntax.
2019-03-17 19:48:52 +01:00

8 lines
70 B
Plaintext

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