diff options
Diffstat (limited to '2015/10/puzzles.sh')
-rwxr-xr-x | 2015/10/puzzles.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/2015/10/puzzles.sh b/2015/10/puzzles.sh index 291ac96..d510052 100755 --- a/2015/10/puzzles.sh +++ b/2015/10/puzzles.sh @@ -1,7 +1,6 @@ #!/usr/bin/env sh -output() -{ +output() { echo $in | tr -d '\n' | wc -c } |