Skip to content

Instantly share code, notes, and snippets.

Created May 25, 2012 11:43
Show Gist options
  • Save anonymous/2787527 to your computer and use it in GitHub Desktop.
Save anonymous/2787527 to your computer and use it in GitHub Desktop.
really?
if(i==1)
return 1;
if(i==2)
return 2;
if(i==3)
return 3;
if(i==4)
return 4;
if(i==5)
return 5;
@jeffro256
Copy link

I don't understand. Please add comments...

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