diff options
Diffstat (limited to 'challenge/c11.go')
-rw-r--r-- | challenge/c11.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge/c11.go b/challenge/c11.go index 211d48c..0a3f791 100644 --- a/challenge/c11.go +++ b/challenge/c11.go @@ -41,7 +41,6 @@ func C11() { } return out } - p := lib.StrToBytes("YellowSubmarine YellowSubmarine YellowSubmarine") fmt.Printf("Input: %v (%d)\n", p, len(p)) |