Bug Report for https://neetcode.io/problems/find-words-that-can-be-formed-by-characters
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
In this test case:

Using this kind of GO code:
for _, word := range words {
fmt.Println(word)
}
The value of "hat" becomes " hat", it has space as prefix and break the constraints that only contains lower case letter.
Bug Report for https://neetcode.io/problems/find-words-that-can-be-formed-by-characters
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
In this test case:

Using this kind of GO code:
The value of "hat" becomes " hat", it has space as prefix and break the constraints that only contains lower case letter.