summaryrefslogtreecommitdiffstats
path: root/challenge/c15.go
diff options
context:
space:
mode:
Diffstat (limited to 'challenge/c15.go')
-rw-r--r--challenge/c15.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge/c15.go b/challenge/c15.go
index 389cfea..5e3eb75 100644
--- a/challenge/c15.go
+++ b/challenge/c15.go
@@ -31,7 +31,6 @@ func C15() {
if err != nil {
fmt.Printf("bad ice upadding failed: %s\n", err.Error())
}
-
// Will fail.
evil_ice := append(ice, []byte{1, 2, 3, 4}...)
fmt.Printf("evil ice: %v\n", evil_ice)