Skip to content

Instantly share code, notes, and snippets.

@stojg
Created November 4, 2022 00:22
Show Gist options
  • Save stojg/bd09cb6cfd7ee04c193e6a046260c139 to your computer and use it in GitHub Desktop.
Save stojg/bd09cb6cfd7ee04c193e6a046260c139 to your computer and use it in GitHub Desktop.
How many of my favourite things should I buy?
function HowManyIsEnough(n: number) : number {
return n + 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment