Stella Mariesmkou.hashnode.devยทApr 22, 2024Gleam: RaindropsProblem on Exercism pub fn convert(number: Int) -> String { } First Iteration: Pattern-matching To start, I just wanted to solve the problem and decided to use pattern-matching. pub fn convert(number: Int) -> String { case number % 3, number % 5...gleamAdd a thoughtful commentNo comments yetBe the first to start the conversation.