Skip to content

Instantly share code, notes, and snippets.

@zayfod
Created August 1, 2013 05:16
Show Gist options
  • Save zayfod/6128573 to your computer and use it in GitHub Desktop.
Save zayfod/6128573 to your computer and use it in GitHub Desktop.
Java "hello world" program. #java #hello
class App {
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