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
Simple 'Hello world' test
pull/44/head
Rafal Kupiec
2 years ago
parent
bb2322117f
commit
fcd35584de
Signed by:
belliash
GPG Key ID:
4E829243E0CFE6B4
2 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
tests/hello_world.aer
+1
-0
tests/hello_world.exp
+ 9
- 0
tests/hello_world.aer
View File
@ -0,0 +1,9 @@
class Main {
public function __construct() {
print('Hello world!');
}
}
new Main();
+ 1
- 0
tests/hello_world.exp
View File
@ -0,0 +1 @@
Hello world!
Write
Preview
Loading…
Cancel
Save