index
:
Advent-of-Code-2019.git
master
Advent of Code answers for 2019
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
skel
/
part1
blob: 5c15e004ee40fbff1dab46af3a385aeed9dcb2c5 (
plain
)
1
2
3
#!/usr/bin/env ruby
input
=
$stdin
.
readlines
.
map
(
&
:strip
)