Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
98 B
0
Indexable
#include <iostream>

using namespace std;

int main(){
    cout << "Hello World!";
    return 0;
}
Leave a Comment