Skip to content

Instantly share code, notes, and snippets.

@cdegroot
Created October 23, 2014 17:40
Show Gist options
  • Save cdegroot/7761cec88ceda7cf5922 to your computer and use it in GitHub Desktop.
Save cdegroot/7761cec88ceda7cf5922 to your computer and use it in GitHub Desktop.
Test Gist
public void main() {
System.out.println("Hello, World");
}
@cdegroot
Copy link
Author

Should be public void main(String[] argv).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment