From cf24cb48f68975c948d226de8d35ad388281ef6a Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Wed, 23 Jul 2014 12:48:53 +0100 Subject: [PATCH] Fixed typo in solutions --- 2013/solutions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2013/solutions.txt b/2013/solutions.txt index fbf7502..23c8cb2 100644 --- a/2013/solutions.txt +++ b/2013/solutions.txt @@ -13,8 +13,8 @@ c5a = open('2013/5a.ciphertext').read() c5b = open('2013/5b.ciphertext').read() c6a = open('2013/6a.ciphertext').read() c6b = open('2013/6b.ciphertext').read() -c7a = open('2013/6a.ciphertext').read() -c7b = open('2013/6b.ciphertext').read() +c7a = open('2013/7a.ciphertext').read() +c7b = open('2013/7b.ciphertext').read() p1a = caesar_decipher(c1a, 8) p1b = caesar_decipher(c1b, 14) -- 2.34.1