Problem I’m doing the Racket track on exercism.io and solved the grains exercise: Write a program that calculates the number […]
Tag: exercism
Sum of Multiples
Problem A different approach than this question, this time without using arithmetic progression. The README specs both sumOfMultiples and sumOfMultiplesDefault […]