diff options
author | rsiddharth <s@ricketyspace.net> | 2021-02-24 20:17:52 -0500 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2021-02-24 20:17:52 -0500 |
commit | 40781a94bcf7f3fadf6f8a0bb94b42bd11cab6e5 (patch) | |
tree | 3c95a9c3f7bd2ead5d244315631999013be064c4 /challenge/c11.go | |
parent | c35eb556136a35a5aa1f4e9371428a4c4cb7fdbd (diff) |
challenge: remove blank lines
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)) |