Okay, here is another freebie :) I will put in a real one before the end of the weekend.
Basically, you are given a list from which you need to create a new list where each element is the product of all the "OTHER" elements.
I found a few interesting corner cases.
I challenge you to give it a try!
Read the challenge here:
https://git.qoto.org/Absinthe/productnot/blob/master/README.md
My attempt is checked into that repo as well.
@Absinthe how do you feel about importing modules for these challenges? One standard lib module would make the no-division part really elegant.
@Absinthe I will remember to do so when I post my solution 🙃
@zingbretsen awesome. try to imclude #toyprogrammingchallenge in posts about these