summaryrefslogtreecommitdiffstats
path: root/challenge/c01.go
diff options
context:
space:
mode:
Diffstat (limited to 'challenge/c01.go')
-rw-r--r--challenge/c01.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge/c01.go b/challenge/c01.go
index 356e919..e5e5fe5 100644
--- a/challenge/c01.go
+++ b/challenge/c01.go
@@ -12,7 +12,6 @@ import (
func C1() {
hex := "49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d"
b64 := lib.HexToBase64(hex)
-
fmt.Printf("b64(0x%v) = %v\n", hex, b64)
}