This website works better with JavaScript.
Home
Help
Register
Sign In
AerScript
/
Aer
Watch
0
Star
6
Fork
0
Code
Issues
6
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Add some comments, to see if they are working.
pull/50/head
Rafal Kupiec
1 year ago
parent
0b11d59f9f
commit
2894c55dfa
Signed by:
belliash
GPG Key ID:
4E829243E0CFE6B4
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
tests/hello_world.aer
+ 6
- 1
tests/hello_world.aer
View File
@ -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
}
}
Write
Preview
Loading…
Cancel
Save