Skip to content

Instantly share code, notes, and snippets.

View barberboy's full-sized avatar

Ben Barber barberboy

View GitHub Profile
if day is "Saturday"
sleep_late()
else
groan()
if day in ["Monday", "Tuesday", "Wednesday", "Thursday"]
do_scream()
pull_hair_out()
else
relax()
go_camping()