Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 389 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 389 Bytes

Challenge 2015

This challenge was run at Geekcamp.SG 2015.

Instructions for Participants

  • Connect to TCP port 5000.
  • Submit your twitter handle.
  • Guess the word.

Requirements

Standard rust toolchain

Building

To run locally without optimisations, cargo run

To compile a release build, cargo build --release

Running

challenge-2015 [port] [dictionary-file]