sandbox
- 1
- Add indented sublist item?
- 2
- 3
Level one
2 Level two
3 Level three
bolditalic__asdf__bold fett normal
nochmals bold __
bolditalic__
kursivlinks
java.lang.Objectjava.util.Hashtable| Name | Office | Cell | Pager | Email |
|---|
| Mike | 123-123-1234 | 123-098-7654 | 123-456-6789 | mike@hotmail.com |
| Joe | 123-123-1235 | | 123-456-6780 | joe@yahoo.com |
/**
* Class Test doesn't do anything!
* @author John Doe
*/
public class Test { /**
* Field to hold something.
*/
String aField; /**
* Test constructor.
* @param aValue value to be stored in aField
*/
Test(String aValue) {
aField = aValue;
} /**
* Prints whatever is stored in aField.
*/
public void sayHi() {
System.out.println(aField);
} /**
* Main.
* @param args array of String arugments
*/
public static void main(String[] args) {
Test test = new Test("Hello World");
test.sayHi();
}
}public static void MeineMethode() {
peng();
System.out.prinln( "Hello world!" );
}
this is not a snip
- A list
2. That shouldn't
3. Run together
hejsa not found.
hejsa
import java.io.*;
import java.util.*;
import java.net.*;public class RedirectResolver { public static void main(String[] args) { boolean debug = false;
}
}@TODO: Solve world hunger
new wiki page