8 lines
67 B
C++
8 lines
67 B
C++
import B;
|
|
import C;
|
|
|
|
int main() {
|
|
int x = 42;
|
|
return 42;
|
|
}
|