This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| playground:grauniad [2013/01/11 20:45] – grauniad | playground:grauniad [2013/01/17 16:12] (current) – removed grauniad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |a |b | ||
| - | |[[-? | ||
| - | |[[%%-? | ||
| - | |[[< | ||
| - | ======= Heading One ======= | ||
| - | ======= Heading One two ======== | ||
| - | ====== Heading One three ====== | ||
| - | ===== Heading One Four ===== | ||
| - | ==== Heading One Five ==== | ||
| - | === Heading One Six === | ||
| - | == Heading One Seven == | ||
| - | = Heading One Eight = | ||
| - | |||
| - | <code java> | ||
| - | /** | ||
| - | * The HelloWorldApp class implements an application that | ||
| - | * simply displays "Hello World!" | ||
| - | */ | ||
| - | class HelloWorldApp { | ||
| - | public static void main(String[] args) { | ||
| - | System.out.println(" | ||
| - | } | ||
| - | }</ | ||