This commit is contained in:
parent
bb2322117f
commit
fcd35584de
9
tests/hello_world.aer
Normal file
9
tests/hello_world.aer
Normal file
@ -0,0 +1,9 @@
|
||||
class Main {
|
||||
|
||||
public function __construct() {
|
||||
print('Hello world!');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
new Main();
|
1
tests/hello_world.exp
Normal file
1
tests/hello_world.exp
Normal file
@ -0,0 +1 @@
|
||||
Hello world!
|
Loading…
Reference in New Issue
Block a user