Skip to content

Instantly share code, notes, and snippets.

@wancw
Created April 9, 2009 09:46
Show Gist options
  • Save wancw/92354 to your computer and use it in GitHub Desktop.
Save wancw/92354 to your computer and use it in GitHub Desktop.
if (a == 1)
return 1;
else if (a == 2)
return 2;
else if (a == 3)
return 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment