Ad
  • Custom User Avatar
    • package kata is missing in solution set up.
    • The user can modify the input in random tests, he must be passed a copy.
    • The description states the input must not be modified, so this should be tested as well.
    • Two random tests are not enough.
    • Outdated version.
  • Custom User Avatar

    Thanks for translating to Go :)

    Can you remove the "Preloaded Code"? It's causing this error:

    Build Failed
    
    # codewarrior/kata
    ./setup.go:3: Multiple3And5 redeclared in this block
    	previous declaration at ./kata.go:3
    ./setup.go:5: missing return at end of function
    

    Reported by this comment.


    This didn't happen before because setup.go was not supported at first and simply ignored.

  • Default User Avatar