Skip to content

Instantly share code, notes, and snippets.

@vorburger
Created June 3, 2012 07:57
Show Gist options
  • Save vorburger/2862519 to your computer and use it in GitHub Desktop.
Save vorburger/2862519 to your computer and use it in GitHub Desktop.
package learning;
public class DevFirstJava {
public static void main(String[] args) {
// start bye saying hello
System.out.println("hello");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment