Skip to content

Instantly share code, notes, and snippets.

@coderdan
Created September 19, 2012 02:08
Show Gist options
  • Save coderdan/3747229 to your computer and use it in GitHub Desktop.
Save coderdan/3747229 to your computer and use it in GitHub Desktop.
Codehire Cup Skeleton Code for Java
public class Challenge {
public static void main(String[] args) throws Exception {
Output.write(Input.read());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment