Skip to content

Instantly share code, notes, and snippets.

@kellegous
Created June 18, 2014 12:46
Show Gist options
  • Save kellegous/cb8444b056c77a780617 to your computer and use it in GitHub Desktop.
Save kellegous/cb8444b056c77a780617 to your computer and use it in GitHub Desktop.
public class Hello {
public static void main(String[] args) throws IOException {
System.in.read();
System.out.println("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment