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