3 lines
35 B
Plaintext
3 lines
35 B
Plaintext
|
main := fn(): int {
|
||
|
return 0;
|
||
|
}
|