Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
98 B
0
Indexable
Never
#include <iostream>

using namespace std;

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