User:H4llw4lk3r/Sandbox

From Hobowars Wiki
Revision as of 22:45, 14 October 2012 by H4llw4lk3r (Talk | contribs)

Jump to: navigation, search

<syntaxhighlight lang="cpp">

  1. include <iostream>

int m2 (int ax, char *p_ax) {

 std::cout <<"Hello World!";
 return 0;

}</syntaxhighlight>