Untitled

 avatar
unknown
plain_text
2 years ago
115 B
9
Indexable
#include <iostream>

using namespace std;

int main()
{
    cout << "Hello you!" << endl;
    return 0;
}
Editor is loading...
Leave a Comment