Ad
  • Custom User Avatar

    In crystal, the preloaded array should be WORDS

  • Custom User Avatar

    The descrtiption requires a re-wording to fix language-agnostic and long text issues

  • Custom User Avatar
    • Node 18 should be enabled (Refer this and this for more info)
  • Custom User Avatar
    • The description for Ruby should state that the preloaded array of words is stored in $words

    • Ruby 3.0 should be enabled (Refer this & this for more detail)

  • Custom User Avatar

    Minor issue/suggestion with python/ruby random tests (probably crystal too): the input array doesn't generate "valid" 5-7-5 haikus:

     Testing for [[34, 27, 24, 44], [65, 46], [48, 21, 74, 36]]        # 11-10-16
     Testing for [[20, 18, 55], [71, 56, 43, 44], [18, 17, 65, 24]]    # 8-20-10
     Testing for [[10, 62, 73], [14, 51, 36, 59], [66, 59, 40]]        # 14-14-15
     etc.
    
  • Custom User Avatar

    I made a C# translation, please review and approve if it looks good.