7 lines
45 B
C++
Raw Normal View History

2016-10-30 18:24:19 +01:00
#include "foo.h"
int foo()
{
return 42;
}