8 lines
80 B
C++
8 lines
80 B
C++
@MAIN_INCLUDES@
|
|
|
|
int main(int argv, char** args)
|
|
{
|
|
@MAIN_ITEMS@
|
|
return 0;
|
|
}
|