Skip to content

Instantly share code, notes, and snippets.

@rublets
Created March 31, 2013 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rublets/ba090d22f07a9fc6c040 to your computer and use it in GitHub Desktop.
Save rublets/ba090d22f07a9fc6c040 to your computer and use it in GitHub Desktop.
Kernigh[RCo]'s Java Evaluation
public class Rublets { System.out.println("Do I need to put this in main?"); }
Rublets.java:1: error: <identifier> expected
public class Rublets { System.out.println("Do I need to put this in main?"); }
^
Rublets.java:1: error: illegal start of type
public class Rublets { System.out.println("Do I need to put this in main?"); }
^
2 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment