Difference between revisions of "User:H4llw4lk3r/Sandbox"

From Hobowars Wiki
Jump to: navigation, search
(Replaced content with "Stay Tuned!")
 
Line 1: Line 1:
<syntaxhighlight lang="cpp">
+
Stay Tuned!
#include <iostream>
+
int m2 (int ax, char *p_ax) {
+
  std::cout <<"Hello World!";
+
  return 0;
+
}</syntaxhighlight>
+

Latest revision as of 22:45, 14 October 2012

Stay Tuned!