Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 257 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 257 Bytes

My attempt at simulating an Enigma machine in Ruby.

See the project page for a full description.

Run the tests:

gem install bundler
bundle
rspec -fd

Run the simualator as a script:

./bin/enigma --help