|
|
Line 1: |
Line 1: |
− | <syntaxhighlight lang="php"> | + | <syntaxhighlight lang="cpp"> |
− | <? | + | #include <iostream> |
− | echo "Hello World!";
| + | int m2 (int ax, char *p_ax) { |
− | ?>
| + | std::cout <<"Hello World!"; |
− | </syntaxhighlight>
| + | return 0; |
− | | + | }</syntaxhighlight> |
− | =Boxing Stadium=
| + | |
− | The '''Boxing Stadium''' is a location in Second City that doesn't see much activity aside from one particular [[Adventures|Adventure]]-related event.
| + | |
− | | + | |
− | It is also home to Balrog, the fiercest boxer in Second City.
| + | |
− | | + | |
− | ==Events==
| + | |
− | <div style="float: right;">http://www.hobowars.com/images/adventures/Balrog.gif</div>
| + | |
− | ''Huge posters all over the boxing stadium show a mean looking pair of eyes with ''"Think you can last a round with The Balrog? Prove it and earn $10,000!"'' written in fiery text beneath it.''
| + | |
− | | + | |
− | ''HoboWars journalists interviewed Balrog, he only had one thing to say...<br />'''Balrog''': ''BUST YOU UP!'''
| + | |
− | <br />
| + | |
− | The only event that takes place in the Boxing Stadium is the match with Balrog during the Second City [[Adventures]].
| + | |
− | | + | |
− | [[Category:Second City]]
| + | |
− | [[Category:Adventures]]
| + | |
Revision as of 22:45, 14 October 2012
<syntaxhighlight lang="cpp">
- include <iostream>
int m2 (int ax, char *p_ax) {
std::cout <<"Hello World!";
return 0;
}</syntaxhighlight>