Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 284
1
#include <iostream>
2
using namespace std;
3
int main() {
4
cout <<"Hello World";
5
return 0;
6
}
7