diff options
Diffstat (limited to 'challenge')
-rw-r--r-- | challenge/c01.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/challenge/c01.go b/challenge/c01.go index 656a859..6679e60 100644 --- a/challenge/c01.go +++ b/challenge/c01.go @@ -14,3 +14,7 @@ func C1() { fmt.Printf("b64(0x%v) = %v\n", hex, b64) } + +// Output: +// +// b64(0x49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d) = SSdtIGtpbGxpbmcgeW91ciBicmFpbiBsaWtlIGEgcG9pc29ub3VzIG11c2hyb29t |