Skip to content

Instantly share code, notes, and snippets.

@1ort
Last active February 5, 2023 00:11
Show Gist options
  • Save 1ort/4bb888bb125d171834434181f3969ae5 to your computer and use it in GitHub Desktop.
Save 1ort/4bb888bb125d171834434181f3969ae5 to your computer and use it in GitHub Desktop.
func anekdot(muzhyk Human) humor {
shlyapa := muzhyk.buyShlyapa()
if shlyapa.Size == muzhyk.Head.Size {
return Smeshno
} else {
return NeSmeshno
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment