1 changed files with 6 additions and 1 deletions
@ -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 |
|||
} |
|||
|
|||
} |
|||
|
Loading…
Reference in new issue