Skip to content

Commit

Permalink
Update railfence.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Nowak authored Sep 29, 2017
1 parent 35765de commit 6330b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railfence.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# USAGE:
# ciphering: python railfence.py c 4 "It's not dead, It's resting." > cipher.txt
# deciphering: python railfence.py d 4 "$(cat cipher.txt)" > message.txt
#

import sys
option = sys.argv[1];
Expand Down

0 comments on commit 6330b9c

Please sign in to comment.