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