adventofcode/2018/01/solution.pl

6 lines
56 B
Perl
Raw Permalink Normal View History

2018-12-01 14:32:12 +00:00
use List::AllUtils qw/ sum /;
use 5.20.0;
say sum <>;