7 lines
72 B
C++
7 lines
72 B
C++
|
@main_cpp_includes@
|
||
|
|
||
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
return 0;
|
||
|
}
|