Skip to content

Instantly share code, notes, and snippets.

@coderdan
Created September 19, 2012 02:16
Show Gist options
  • Save coderdan/3747255 to your computer and use it in GitHub Desktop.
Save coderdan/3747255 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());
}
}
@ramjill
Copy link

ramjill commented Sep 19, 2012

hi

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