Skip to content

Instantly share code, notes, and snippets.

@vorburger
Created June 10, 2010 21:24
Show Gist options
  • Select an option

  • Save vorburger/433655 to your computer and use it in GitHub Desktop.

Select an option

Save vorburger/433655 to your computer and use it in GitHub Desktop.
public class helloclass
{
/**
* @author vorburger
*/
public static void main(String args[])
{
System.out.println("Hello World!");
}
}
Hello World.
This is my first "gist".
Hm.
@marianopeterson
Copy link

testing a coment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment