Untitled
unknown
plain_text
a year ago
115 B
4
Indexable
#include <iostream> using namespace std; int main() { cout << "Hello you!" << endl; return 0; }
Editor is loading...
Leave a Comment
#include <iostream> using namespace std; int main() { cout << "Hello you!" << endl; return 0; }