Add some comments, to see if they are working.
所有检测均成功
The build was successful.

这个提交包含在:
Rafal Kupiec 2019-04-16 15:08:08 +02:00
父节点 0b11d59f9f
当前提交 2894c55dfa
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

@ -1,7 +1,12 @@
#!/usr/local/bin/aer
class Program {
/*
* Program entry point.
* It does not take any arguments.
*/
public void main() {
print('Hello world!');
print('Hello world!'); // single line comment
}
}