5 lines
113 B
C
5 lines
113 B
C
|
int main(int argc, char **argv) {
|
||
|
int funky_var_name_that_should_be_rendered = 22;
|
||
|
return 0; // Break here
|
||
|
}
|