6 lines
No EOL
256 B
Markdown
6 lines
No EOL
256 B
Markdown
# Hints
|
|
|
|
## General
|
|
|
|
The solution is case insensitive, which means `"WOrd"` is the same as `"word"` or `"woRd"`.
|
|
It may help to take a peek at the [std library](https://doc.rust-lang.org/std/primitive.char.html) for functions that can convert between them. |