4 lines
47 B
C
4 lines
47 B
C
|
|
int main(int argc, char** argv){
|
||
|
|
return 0;
|
||
|
|
}
|