One geek's ruminations
[ start | index | login ]
start > sandbox

Sandbox

Created by pascal. Last edited by pascal, 6 years and 341 days ago. Viewed 1,197 times. #1
[edit] [rdf]
labels
attachments
sandbox
  • 1
  • Add indented sublist item?
  • 2
  • 3

Level one

2 Level two 3 Level three

bolditalic__asdf

__bold fett normal nochmals bold __bolditalic__ kursiv

links

java.lang.Object

java.util.Hashtable

NameOfficeCellPagerEmail
Mike123-123-1234123-098-7654123-456-6789mike@hotmail.com
Joe123-123-1235 123-456-6780joe@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(); } }

12345
abcde

public static void MeineMethode() {
 peng();
 System.out.prinln( "Hello world!" );
}

MatJackTag
Nicsjh 

hallo

this is not a snip

  1. 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

no comments | post comment

Help
For hints about formatting text see snipsnap-help. To experiment with formatting try editing the sandbox.


Total 2 Users and 295 Snips.

Logged in Users: (0)
… and a Guest.


snipsnap-changed for older changes.


XHTML 1.0 validated
CSS validated
RSS 2.0 validated
RSS Feed

Powered by SnipSnap 0.5.2a


snipsnap-portlet-2

snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt