Skip to content

Instantly share code, notes, and snippets.

@heckenmann
Created February 24, 2015 18:24
Show Gist options
  • Save heckenmann/4822af9e662ec1797260 to your computer and use it in GitHub Desktop.
Save heckenmann/4822af9e662ec1797260 to your computer and use it in GitHub Desktop.
Java Hello World
public class HelloWorld{
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