strings2 solution

This commit is contained in:
mo8it
2024-06-22 12:14:04 +02:00
parent bd63ece47c
commit f574905b8e
3 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ dir = "09_strings"
test = false
hint = """
Yes, it would be really easy to fix this by just changing the value bound to
`word` to be a string slice instead of a `String`, wouldn't it?? There is a way
`word` to be a string slice instead of a `String`, wouldn't it? There is a way
to add one character to the `if` statement, though, that will coerce the
`String` into a string slice.