Skip to content

Instantly share code, notes, and snippets.

@GalloDaSballo
Last active February 23, 2017 22:13
Show Gist options
  • Save GalloDaSballo/9459bdd2c5bd4cc243123960284f6cdf to your computer and use it in GitHub Desktop.
Save GalloDaSballo/9459bdd2c5bd4cc243123960284f6cdf to your computer and use it in GitHub Desktop.
public class Hello{
public static main void(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