4 lines
30 B
C
4 lines
30 B
C
|
int foo(void) {
|
||
|
return 42;
|
||
|
}
|