Skip to content

Instantly share code, notes, and snippets.

@OrigamiTech
Created December 9, 2010 11:39
Show Gist options
  • Save OrigamiTech/734633 to your computer and use it in GitHub Desktop.
Save OrigamiTech/734633 to your computer and use it in GitHub Desktop.
string suffix(int n){return(n%10==1&&n%100!=11?"st":(n%10==2&&n%100!=12?"nd":(n%10==3&&n%100!=13?"rd":"th")));}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment