Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
using namepsace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}