7 lines
61 B
C++
7 lines
61 B
C++
|
int main()
|
||
|
{
|
||
|
long foo = 1234;
|
||
|
|
||
|
return 0; // break here
|
||
|
}
|