diff options
-rw-r--r-- | challenge/c02.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/challenge/c02.go b/challenge/c02.go index eb45a4f..4b28cb2 100644 --- a/challenge/c02.go +++ b/challenge/c02.go @@ -15,3 +15,7 @@ func C2() { fmt.Printf("XOR(%v ^ %v) = %v\n", a, b, c) } + +// Output: +// +// XOR(1c0111001f010100061a024b53535009181c ^ 686974207468652062756c6c277320657965) = 746865206b696420646f6e277420706c6179 |