Ad
  • Custom User Avatar

    Seems the Java test is not working. It keeps complaining about the 'is' symbol not found. But the test works find in my machine.
    I guess the package org.hamcrest is not supported here.

    /MorseCodeDecoderTest.java:9: error: cannot find symbol
    assertThat(MorseCodeDecoder.decodeMorse(MorseCodeDecoder.decodeBits("1100110011001100000011000000111111001100111111001111110000000000000011001111110011111100111111000000110011001111110000001111110011001100000011")), is("HEY JUDE"));
    ^
    symbol: method decodeMorse(String)
    location: class MorseCodeDecoder
    1 error

  • Custom User Avatar

    Same issue, seems this kata is not working for python?