Make space for two-digit days
This commit is contained in:
parent
0967b498c7
commit
07eb60e5e1
29 changed files with 0 additions and 1584 deletions
7
2019/day05/part2.rb
Normal file
7
2019/day05/part2.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require_relative 'intcode'
|
||||
|
||||
input = File.join(__dir__, 'input')
|
||||
program = Intcode.read(input)
|
||||
program.run { 5 }
|
||||
Loading…
Reference in a new issue