Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 277 Bytes

step3.md

File metadata and controls

8 lines (5 loc) · 277 Bytes

Step 3

Allow the Add method to handle new lines between numbers (instead of commas)

  1. the following input is ok: “1\n2,3” (will equal 6)
  2. the following input is NOT ok: “1,\n” (not need to prove it - just clarifying)

Once it's done, go to step 4