9 lines
122 B
C++
9 lines
122 B
C++
#include <iostream>
|
|
|
|
using namespace std;
|
|
|
|
//receive any amount of info and print it
|
|
|
|
int main(int, char**) {
|
|
return 0;
|
|
} |