summaryrefslogtreecommitdiffstats
path: root/cryptopals.go
diff options
context:
space:
mode:
Diffstat (limited to 'cryptopals.go')
-rw-r--r--cryptopals.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptopals.go b/cryptopals.go
index 9c1c803..37580be 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -20,5 +20,7 @@ func main() {
flag.PrintDefaults()
case 1:
challenge.C1()
+ case 2:
+ challenge.C2()
}
}