Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Created April 30, 2012 16:44
Show Gist options
  • Save poemdexter/2559939 to your computer and use it in GitHub Desktop.
Save poemdexter/2559939 to your computer and use it in GitHub Desktop.
package ch1;
public class MyFirstApp {
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