Skip to content

Instantly share code, notes, and snippets.

@kusold
Created June 7, 2012 16:09
Show Gist options
  • Save kusold/2889701 to your computer and use it in GitHub Desktop.
Save kusold/2889701 to your computer and use it in GitHub Desktop.
Fun little Pseudo code to celebrate
def seniorcrawl
if isGraduating?
drink = 0
while(!passedOut)
drink++
end
takeMeHome
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment