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 222923d..4448d7e 100644
--- a/cryptopals.go
+++ b/cryptopals.go
@@ -55,5 +55,7 @@ func main() {
challenge.C17()
case 18:
challenge.C18()
+ case 19:
+ challenge.C19()
}
}