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