Ad
  • Default User Avatar

    Typo: Seperate the message string -> Split the message string

  • Custom User Avatar

    The "shape" of the graph doesn't change the task in the slightest. This is still a duplicate.

  • Custom User Avatar

    Random tests in C# have trailing ", ".

    Why do you even publish more translations if the original version is broken?

  • Custom User Avatar
    tests/Fixture.cs(12,34): error CS0117: 'Beer' does not contain a definition for 'HowMuchCanIBrew'
    
  • Custom User Avatar
    0.7l Brauwasser, 9900ml Brauwasser, 9900ml Brauwasser
    2kg Gerstenmalz, 2kg Gerstenmalz, 0g Gerstenmalz
    2.3ml Hefe
    12g Hopfen, 12g Hopfen, 2kg Hopfen, 2kg Hopfen
    
    {'Brauwasser': 20500.0, 'Gerstenmalz': 4000.0, 'Hefe': 2.3, 'Hopfen': 4024.0}
    
    '0l' should equal '4l'
    
  • Custom User Avatar

    Duplicate of this kata (+ some boring string parsing).