Skip to content

Instantly share code, notes, and snippets.

@JeOam
Created November 7, 2013 05:02
Show Gist options
  • Save JeOam/7349226 to your computer and use it in GitHub Desktop.
Save JeOam/7349226 to your computer and use it in GitHub Desktop.
enum month { january = 1, february, march, april, may, june, july, august, september, october, november, december };
enum month thisMonth;
thisMonth = february;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment