aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hamlin <1197072+myrrhlin@users.noreply.github.com>2019-07-15 22:19:10 -0400
committerMichael Hamlin <1197072+myrrhlin@users.noreply.github.com>2019-07-17 20:53:47 -0400
commitd8c7f4a22934aef0f6359788cebacada3afe70ea (patch)
tree6f14711abfda51d9424c307ad9059fd786b617e1
parentac7c70c20699f00513b8cb08240ec5f3ea1125c6 (diff)
downloadperlweeklychallenge-club-d8c7f4a22934aef0f6359788cebacada3afe70ea.tar.gz
perlweeklychallenge-club-d8c7f4a22934aef0f6359788cebacada3afe70ea.tar.bz2
perlweeklychallenge-club-d8c7f4a22934aef0f6359788cebacada3afe70ea.zip
Notes for w15
-rw-r--r--challenge-015/michael-hamlin/README6
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!