Code for the Advent of Code event
aoc advent-of-code
at rust 7 lines 171 B view raw
1import parse, get_lowest_cost, get_highest_cost from require 'game' 2 3for line in io.lines 'input.txt', '*l' 4 parse line 5 6print get_lowest_cost! 7print get_highest_cost!