Untitled
unknown
plain_text
a year ago
115 B
6
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;
}