summaryrefslogtreecommitdiffstats
path: root/challenge
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-02-24 17:14:03 -0500
committerrsiddharth <s@ricketyspace.net>2021-02-24 17:14:03 -0500
commit86701bcd446b0b90caa58a3e87b2795adbfb9487 (patch)
treed31715b8baae9932a899b2b9764d1e9ec5b08e20 /challenge
parent197b57adb377ea8b8fffaf076f6797abdf8c3fe5 (diff)
challenge/c13.go: gofmt
Diffstat (limited to 'challenge')
-rw-r--r--challenge/c13.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge/c13.go b/challenge/c13.go
index 357a802..4c9a6f7 100644
--- a/challenge/c13.go
+++ b/challenge/c13.go
@@ -5,6 +5,7 @@ package challenge
import (
"fmt"
+
"ricketyspace.net/cryptopals/lib"
)