Browse Source

Rephrase to make clear the expected input to handle

DEV-3241-DEV-3242-corewar
estlop 2 years ago committed by Dav Hojt
parent
commit
5ebf4a257a
  1. 2
      subjects/sum/README.md

2
subjects/sum/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that takes two single digit numbers as a string and returns the sum as an int. If one of the arguments is not a single digit number, return 0.
Write a function that takes two single digit numbers as a string and returns the sum as an int. If the number of digits from one of the arguments is more than one, return 0.
### Expected function

Loading…
Cancel
Save