summaryrefslogtreecommitdiffstats
path: root/challenge
diff options
context:
space:
mode:
Diffstat (limited to 'challenge')
-rw-r--r--challenge/c02.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge/c02.go b/challenge/c02.go
index 4b28cb2..bcbd690 100644
--- a/challenge/c02.go
+++ b/challenge/c02.go
@@ -5,6 +5,7 @@ package challenge
import (
"fmt"
+
"ricketyspace.net/cryptopals/lib"
)