7 lines
79 B
C++
7 lines
79 B
C++
|
#include "MakeCustomIncludes.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return MakeCustomIncludes();
|
||
|
}
|