5 lines
52 B
C
5 lines
52 B
C
|
void foo() {
|
||
|
int x = 10;
|
||
|
printf("%d", x);
|
||
|
}
|