Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Reference solution for word-count doesn't solve the example #1057

Open
cafce25 opened this issue Mar 25, 2022 · 0 comments
Open

Reference solution for word-count doesn't solve the example #1057

cafce25 opened this issue Mar 25, 2022 · 0 comments

Comments

@cafce25
Copy link

cafce25 commented Mar 25, 2022

The example given on the problem description is not solved by either solution in examples
when run on the instruction sample:
"That's the password: 'PASSWORD 123'!", cried the Special Agent.\nSo I fled.
It gives the output:

123': 1
passwor: 1
password: 1
...

instead of the suggested

password: 2
123: 1
...
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant