Skip to content

Instantly share code, notes, and snippets.

@ramjill
Forked from coderdan/gist:3747255
Created September 22, 2012 15:13
Show Gist options
  • Save ramjill/3766475 to your computer and use it in GitHub Desktop.
Save ramjill/3766475 to your computer and use it in GitHub Desktop.
Codehire Cup Skeleton Code for C#
public class Challenge {
public static void Main() {
Output.Write(Input.Read());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment