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