summaryrefslogtreecommitdiffstats
path: root/challenge/c03.go
diff options
context:
space:
mode:
Diffstat (limited to 'challenge/c03.go')
-rw-r--r--challenge/c03.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge/c03.go b/challenge/c03.go
index 9489ed4..e3ac89f 100644
--- a/challenge/c03.go
+++ b/challenge/c03.go
@@ -12,7 +12,6 @@ import (
func C3() {
hs := "1b37373331363f78151b7f2b783431333d78397828372d363c78373e783a393b3736"
k, ds, scr := lib.XORCrackSingleKey(hs)
-
fmt.Printf("Key is '%c' (Score: %v)\n", k, scr)
fmt.Printf("Decrypted string: %v\n", ds)
}