Skip to content

Instantly share code, notes, and snippets.

@jaysonrowe
Created November 13, 2011 23:51
Show Gist options
  • Select an option

  • Save jaysonrowe/1362929 to your computer and use it in GitHub Desktop.

Select an option

Save jaysonrowe/1362929 to your computer and use it in GitHub Desktop.
foreach(ITEmployee itemployee in IT)
{
if(Hungry)
{
GotoBreakRoomForDonuts(" :) ");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment