5 líneas
45 B
C
5 líneas
45 B
C
int main() {
|
|
int x = 42;
|
|
return x;
|
|
}
|
int main() {
|
|
int x = 42;
|
|
return x;
|
|
}
|