Skip to content

Instantly share code, notes, and snippets.

@vgaltes
Created April 23, 2015 21:46
Show Gist options
  • Select an option

  • Save vgaltes/10bd928d5d1224c8540d to your computer and use it in GitHub Desktop.

Select an option

Save vgaltes/10bd928d5d1224c8540d to your computer and use it in GitHub Desktop.
FSharp FizzBuzz Kata - first if
let fizzBuzz input = if input = 1 then "1" else "2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment