diff options
-rw-r--r-- | challenge/c03.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/challenge/c03.go b/challenge/c03.go index 019aaff..1a208d1 100644 --- a/challenge/c03.go +++ b/challenge/c03.go @@ -15,3 +15,8 @@ func C3() { fmt.Printf("Key is '%c' (Score: %v)\n", k, scr) fmt.Printf("Decrypted string: %v\n", ds) } + +// Output: +// +// Key is 'X' (Score: 0.03235294117647047) +// Decrypted string: Cooking MC's like a pound of bacon |