Skip to content

Instantly share code, notes, and snippets.

@haruki7049
Created October 20, 2022 00:53
Show Gist options
  • Save haruki7049/1842c8d8819c66bdd5823b06c4a1b9ee to your computer and use it in GitHub Desktop.
Save haruki7049/1842c8d8819c66bdd5823b06c4a1b9ee to your computer and use it in GitHub Desktop.
うんこの量が多すぎる!!
unkoJudge :: Double -> String
unkoJudge volume
| volume <= 10.0 = "Too little..."
| volume <= 20.0 = "Uh... OK. It may be safe."
| otherwise = "Oh!! Your unko is very big!!! You are LEGEND!!!"
@haruki7049
Copy link
Author

"unko" = "poop" in English.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment