User:H4llw4lk3r/Sandbox
From Hobowars Wiki
Revision as of 22:45, 14 October 2012 by H4llw4lk3r (Talk | contribs)
<syntaxhighlight lang="cpp">
- include <iostream>
int m2 (int ax, char *p_ax) {
std::cout <<"Hello World!"; return 0;
}</syntaxhighlight>