6 lines
74 B
C
6 lines
74 B
C
|
int main (int argc, char const *argv[])
|
||
|
{
|
||
|
return argc; // break here
|
||
|
}
|
||
|
|