• + 0 comments

    Nice work! You've captured functional well by using sequences instead of traditional loops. The Seq.iter is a clean and efficient approach. This mindset in software development emphasizes immutability and higher-order functions, which are core strengths of F# over imperative paradigms like TS and C#. Keep exploring!