index
:
Advent-of-Code-2018.git
master
Advent of Code answers for 2018
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
day01
/
part1
blob: aba83989b78e9b2841cc38166cdba0ee704bb028 (
plain
)
1
2
3
#!/usr/bin/env ruby
puts
$stdin
.
readlines
.
map
(
&
:to_i
)
.
sum