Dieser Commit ist enthalten in:
Ursprung
bb2322117f
Commit
fcd35584de
9
tests/hello_world.aer
Normale Datei
9
tests/hello_world.aer
Normale Datei
@ -0,0 +1,9 @@
|
||||
class Main {
|
||||
|
||||
public function __construct() {
|
||||
print('Hello world!');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
new Main();
|
1
tests/hello_world.exp
Normale Datei
1
tests/hello_world.exp
Normale Datei
@ -0,0 +1 @@
|
||||
Hello world!
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren