6 lines
76 B
6 lines
76 B
9 years ago
|
#include <MakeInProjectOnly.h>
|
||
|
int main()
|
||
|
{
|
||
|
return MakeInProjectOnly();
|
||
|
}
|