Skip to content

Instantly share code, notes, and snippets.

@Hydrotoast
Created April 17, 2013 06:17
Show Gist options
  • Save Hydrotoast/5402153 to your computer and use it in GitHub Desktop.
Save Hydrotoast/5402153 to your computer and use it in GitHub Desktop.
RHS Evaluation
int sum = 1;
for (int i = 0; i < 100; i++)
sum = sum + 1
return sum // returns 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment