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