5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
#include <iostream>
|
||
|
|
||
|
int main(int argc, char** argv) {
|
||
|
return 0;
|
||
|
}
|