7 lines
45 B
C++
7 lines
45 B
C++
|
#include "foo.h"
|
||
|
|
||
|
int foo()
|
||
|
{
|
||
|
return 42;
|
||
|
}
|