summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cryptopals.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptopals.go b/cryptopals.go
index 0d0a557..0886a5d 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -28,5 +28,7 @@ func main() {
challenge.C4()
case 5:
challenge.C5()
+ case 6:
+ challenge.C6()
}
}