Browse Source

Clarify instructions for `trimatoi`

content-update
augusto-mantilla 3 years ago committed by GitHub
parent
commit
b569042b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/trimatoi/README.md

2
subjects/trimatoi/README.md

@ -2,7 +2,7 @@
### Instructions
- Write a function that transforms a number within a `string`, in a number represented as an `int`.
- Write a function that transforms a number within a `string`, in an `int`.
- For this exercise the handling of the sign `-` **has** to be taken into account. If the sign is encountered before any number it should determine the sign of the returned `int`.

Loading…
Cancel
Save