Untitled
unknown
plain_text
4 years ago
117 B
9
Indexable
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}
Editor is loading...
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}