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 |
|||
Line 1: | Line 1: | ||
<strong>Welcome to | <strong>Welcome to the SNESLAB wiki!</strong> | ||
The rest of this page is reserved for testing stuff. ''italic'' '''bold''' '''''bold italic''''' | |||
* Item1 | |||
* Item2 | |||
* Item3 | |||
* Item4 | |||
** Sub-item 4 a) | |||
*** Sub-item 4 a) 1. | |||
**** Sub-item 4 a) 1. i) | |||
**** Sub-item 4 a) 1. ii) | |||
** Sub-item 4 b) | |||
* Item5 | |||
# Item1 | |||
# Item2 | |||
# Item3 | |||
# Item4 | |||
## Sub-item 1 | |||
### Sub-sub-item | |||
#### Sub-sub-sub-item | |||
## Sub-item 2 | |||
# Item5 | |||
function <code>int m2()</code> is nice. | |||
<source lang="cpp"> | |||
#include <iostream> | |||
int m2 (int ax, char *p_ax) { | |||
std::cout <<"Hello World!"; | |||
return 0; | |||
}</source> | |||
[[File:SneslabLogo.png|thumb|SNESLAB logo]] | |||
[[File:SneslabLogo.png|SNESLAB logo]] | |||
== Getting started == | == Getting started == |
Revision as of 00:08, 14 March 2019
Welcome to the SNESLAB wiki!
The rest of this page is reserved for testing stuff. italic bold bold italic
- Item1
- Item2
- Item3
- Item4
- Sub-item 4 a)
- Sub-item 4 a) 1.
- Sub-item 4 a) 1. i)
- Sub-item 4 a) 1. ii)
- Sub-item 4 a) 1.
- Sub-item 4 b)
- Sub-item 4 a)
- Item5
- Item1
- Item2
- Item3
- Item4
- Sub-item 1
- Sub-sub-item
- Sub-sub-sub-item
- Sub-sub-item
- Sub-item 2
- Sub-item 1
- Item5
function int m2()
is nice.
<source lang="cpp">
- include <iostream>
int m2 (int ax, char *p_ax) {
std::cout <<"Hello World!"; return 0;
}</source>