Skip to content

Instantly share code, notes, and snippets.

@isidore
Created July 30, 2016 10:24
Show Gist options
  • Save isidore/323f89491e869e22529ab4a1945bda1b to your computer and use it in GitHub Desktop.
Save isidore/323f89491e869e22529ab4a1945bda1b to your computer and use it in GitHub Desktop.
Pass In
string result;
result = Win();
result = Advantage(result);
result = ScoreNormal(result);
result = ScorePerson1(result);
result = ScorePerson2(result);
result = ScoreTie(result);
return result;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment