We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
SnesLab:Sandbox: Difference between revisions
From SnesLab
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<strong>Welcome to the SNESLAB wiki!</strong> | <strong>Welcome to the SNESLAB wiki!</strong> | ||
The rest of this page is reserved for testing stuff. ''italic'' '''bold''' '''''bold italic''''' | The rest of this page is reserved for testing lots of stuff. ''italic'' '''bold''' '''''bold italic''''' | ||
function <code>int m2()</code> is nice. | function <code>int m2()</code> is nice. |
Revision as of 19:39, 14 March 2019
Welcome to the SNESLAB wiki!
The rest of this page is reserved for testing lots of stuff. italic bold bold italic
function int m2()
is nice.
#include <iostream> int m2 (int ax, char *p_ax) { std::cout <<"Hello World!"; return 0; }