7 lines
62 B
C++
Raw Normal View History

#include "sharedFile.h"
int sharedFunction()
{
return 1;
}