NullDev / Hacktoberfest-2020-FizzBuzz

:jack_o_lantern: Submit creative/abstract FizzBuzz solutions in any language you want!
The Unlicense
69 stars 349 forks source link

Added recursive solution in F# #711

Closed rosalogia closed 4 years ago

rosalogia commented 4 years ago

This is a short recursive fizzbuzz solution that creates a linked list of strings to be printed out in order, written in F#.

NullDev commented 4 years ago

Neat! Thanks :)