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