Browse Source

docs: Add what to do when string is empty as per review

pull/1308/head
estlop 2 years ago committed by eslopfer
parent
commit
3097cd47f3
  1. 2
      subjects/ascii/README.md

2
subjects/ascii/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that receives a string and returns a slice with the ASCII values of its characters.
Write a function that receives a string and returns a slice with the ASCII values of its characters. If the string is empty it should return an empty slice.
### Expected function

Loading…
Cancel
Save