5 lines
71 B
C++
5 lines
71 B
C++
|
int main(int argc, char* argv[]) {
|
||
|
// stub
|
||
|
return 0;
|
||
|
}
|