Untitled

Anonymous
plain_text
08/02/2024 6:43 AM
156 B
12
Indexable
#include <iostream>

using namespace std;

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