7 lines
60 B
C++
Raw Normal View History

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