I hereby claim:
- I am iscfrc on github.
- I am iscfrc (https://keybase.io/iscfrc) on keybase.
- I have a public key whose fingerprint is 338D D48A 014E 6210 D533 DF44 C840 C808 D672 F8F7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // https://www.reddit.com/r/rust/comments/3p50u9/find_the_longest_word_in_english_with_no_repeated/ | |
| use std::io::{self, BufRead}; | |
| struct Max { | |
| length: usize, | |
| word: String | |
| } | |
| struct Bits { |