3 lines
41 B
C++
3 lines
41 B
C++
int main() {
|
|
return 0; // break here
|
|
}
|
int main() {
|
|
return 0; // break here
|
|
}
|