4 lines
62 B
Text
4 lines
62 B
Text
method Main() {
|
|
print "hello, world!\n";
|
|
assert 10 < 2;
|
|
}
|
method Main() {
|
|
print "hello, world!\n";
|
|
assert 10 < 2;
|
|
}
|