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 37580be..5faa363 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -22,5 +22,7 @@ func main() {
challenge.C1()
case 2:
challenge.C2()
+ case 3:
+ challenge.C3()
}
}