Skip to content

Instantly share code, notes, and snippets.

@krobro
Last active March 23, 2017 18:24
Show Gist options
  • Save krobro/85d77204088dd122925a to your computer and use it in GitHub Desktop.
Save krobro/85d77204088dd122925a to your computer and use it in GitHub Desktop.
clean_cat wash_the_cat(dirty_cat) // a procedure for washing the cat
{
turn on the shower;
find the cat;
grab the cat;
put cat under shower;
wait 3 minutes; // wait for cat to get clean.
release cat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment