Skip to content

Instantly share code, notes, and snippets.

@vgaltes
Created May 10, 2015 14:21
Show Gist options
  • Save vgaltes/1bd24d3819c9e6022514 to your computer and use it in GitHub Desktop.
Save vgaltes/1bd24d3819c9e6022514 to your computer and use it in GitHub Desktop.
FSharp Pattern Matching - Printing results
seq {1..100}
|> Seq.map fizzBuzz
|> Seq.iter (printfn "%s")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment