Ad
  • Custom User Avatar

    Hey guys,

    I just did this kata using golang and noticed something. From the problem statement, we are to create a method multiply(all lower case) but the tests expect a function Multiply(notice uppercase m). The only way to solve it is to use Multiply so that the tests pass.

    Cheers.