• Custom User Avatar

    It's weird that the zero has a format "0=0" but the regular format has spaces "0+1 = 0"... Consistency would be better.

  • Custom User Avatar

    It appears that now that we have Ruby 2.5.0 available in Codewars that some of the tests are causing a warning as they are using Fixnum which has been deprecated... This is causing answers to fail that should be valid (they still work in 2.3.0)