diff options
author | rsiddharth <s@ricketyspace.net> | 2020-11-25 21:23:16 -0500 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-11-25 21:23:16 -0500 |
commit | 85ced08016009189edd648f8471515cc52b1abd2 (patch) | |
tree | b85842caeaf121a160eb4857c5bee4cf5fc266f6 /challenge/c03.go | |
parent | 0e2f31694e7c3c20c6e50cb613a28a0d928560f2 (diff) |
challenge: c03: add output
Diffstat (limited to 'challenge/c03.go')
-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 |