Skip to content

Instantly share code, notes, and snippets.

@porcelli
Created June 27, 2013 18:57
Show Gist options
  • Save porcelli/5879322 to your computer and use it in GitHub Desktop.
Save porcelli/5879322 to your computer and use it in GitHub Desktop.
$ echo 'public class Hello { public static void main(String... args) { System.out.println("Hello?"); } }' > Hello.java
$ javac Hello.java
$ java Hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment