Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837
edits
No edit summary |
|||
Line 51: | Line 51: | ||
|lang="cpp" | |lang="cpp" | ||
|contents= | |contents= | ||
#include <iostream> | |||
using namespace std; | using namespace std; | ||
int main() | |||
{ | |||
cout << "Hello, world!" << endl; | |||
return 0; | |||
} | |||
}} | }} | ||
</tab> | </tab> |