diff options
Diffstat (limited to 'skel/part1')
-rwxr-xr-x | skel/part1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/usr/bin/env ruby -input = $stdin.readlines.map(&:chomp) +input = $stdin.readlines.map(&:strip) |
index : Advent-of-Code-2018.git | ||
Advent of Code answers for 2018 |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | skel/part1 | 2 |
@@ -1,3 +1,3 @@ #!/usr/bin/env ruby -input = $stdin.readlines.map(&:chomp) +input = $stdin.readlines.map(&:strip) |