Created
September 3, 2022 08:25
-
-
Save avestura/830efe72c131a9ef3dd07f3442e4b7b9 to your computer and use it in GitHub Desktop.
Star Rating F# (πππππ)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let getRating n = | |
let (*) = String.replicate | |
(n * "π") + ((5 - n) * "π") | |
getRating 5 |> System.Console.WriteLine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment