6 lines
32 B
C++
6 lines
32 B
C++
|
|
||
|
int foo(void)
|
||
|
{
|
||
|
return 42;
|
||
|
}
|