Skip to content

Instantly share code, notes, and snippets.

@felipeg48
Created September 23, 2012 15:47
Show Gist options
  • Save felipeg48/3772088 to your computer and use it in GitHub Desktop.
Save felipeg48/3772088 to your computer and use it in GitHub Desktop.
Java - Basic class
public class Sample{
public static void main(String[] args){
System.out.println("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment