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