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