change to real input
This commit is contained in:
parent
a44ff66e79
commit
c6c6877778
@ -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+)/]
|
||||
|
Loading…
x
Reference in New Issue
Block a user