aboutsummaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
Diffstat (limited to 'skel')
-rwxr-xr-xskel/part12
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/part1 b/skel/part1
index 90c685a..5c15e00 100755
--- a/skel/part1
+++ b/skel/part1
@@ -1,3 +1,3 @@
#!/usr/bin/env ruby
-input = $stdin.readlines.map(&:chomp)
+input = $stdin.readlines.map(&:strip)