change to real input

This commit is contained in:
Patrick Michl 2020-12-07 10:42:18 +01:00
parent a44ff66e79
commit c6c6877778

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
input = File.readlines('./test')
input = File.readlines('./input')
map = input.map do |line|
bag = line[/\A(\w+\s\w+)/]