This challenge was run at Geekcamp.SG 2015.
- Connect to TCP port 5000.
- Submit your twitter handle.
- Guess the word.
Standard rust
toolchain
To run locally without optimisations, cargo run
To compile a release build, cargo build --release
challenge-2015 [port] [dictionary-file]