RCRPG/C++98: Difference between revisions

m
Fixed syntax highlighting.
m (Avoid miscounting tasks twice)
m (Fixed syntax highlighting.)
 
Line 4:
* The Treasure Room is placed at random in the cave.
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[C++]]</span><hr>
<langsyntaxhighlight lang="cpp">
#include <stdio.h>
#include <time.h>
Line 536:
return 0;
}
</syntaxhighlight>
</lang>
9,476

edits