diff options
| -rw-r--r-- | challenge-015/michael-hamlin/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-015/michael-hamlin/README b/challenge-015/michael-hamlin/README index 4314e219f4..c5737036e7 100644 --- a/challenge-015/michael-hamlin/README +++ b/challenge-015/michael-hamlin/README @@ -1 +1,7 @@ Solutions by Michael Hamlin. + + +Notes: + +* the Vigenere encoder/decoder supports multiple keys +* don't forget that modular operator `%` does not do what you want with negative integers! |
