Add some comments, to see if they are working.
Todas las comprobaciones han sido exitosas
The build was successful.

Este commit está contenido en:
Rafal Kupiec 2019-04-16 15:08:08 +02:00
padre 0b11d59f9f
commit 2894c55dfa
Firmado por: belliash
ID de clave GPG: 4E829243E0CFE6B4

Ver fichero

@ -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
}
}