From 2e840344d0d4ad80328c595ad0fc1e7afa971777 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 25 Nov 2020 21:21:15 -0500 Subject: challenge: c01: add output --- challenge/c01.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'challenge/c01.go') 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 -- cgit v1.2.3