Browse Source

style(stringtointarray): formatting

DEV-3376-pointers-drop-the-thread-multiple-issues
Tiago Collot 2 years ago
parent
commit
ded101b86c
  1. 2
      subjects/stringtointarray/README.md

2
subjects/stringtointarray/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function `StringToIntArray()` that takes a string and returns the corresponding integer array.
Write a function `StringToIntArray()` that takes a `string` and returns the corresponding `int` array.
### Expected function

Loading…
Cancel
Save