This commit is contained in:
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();
|
Reference in New Issue
Block a user