5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
import b "b";
|
|
|
|
main :: proc(): int {
|
|
return b.main();
|
|
} |