first commit
This commit is contained in:
commit
31bda4481f
37 changed files with 4645 additions and 0 deletions
1
2016/one/input
Normal file
1
2016/one/input
Normal file
|
@ -0,0 +1 @@
|
|||
R4, R5, L5, L5, L3, R2, R1, R1, L5, R5, R2, L1, L3, L4, R3, L1, L1, R2, R3, R3, R1, L3, L5, R3, R1, L1, R1, R2, L1, L4, L5, R4, R2, L192, R5, L2, R53, R1, L5, R73, R5, L5, R186, L3, L2, R1, R3, L3, L3, R1, L4, L2, R3, L5, R4, R3, R1, L1, R5, R2, R1, R1, R1, R3, R2, L1, R5, R1, L5, R2, L2, L4, R3, L1, R4, L5, R4, R3, L5, L3, R4, R2, L5, L5, R2, R3, R5, R4, R2, R1, L1, L5, L2, L3, L4, L5, L4, L5, L1, R3, R4, R5, R3, L5, L4, L3, L1, L4, R2, R5, R5, R4, L2, L4, R3, R1, L2, R5, L5, R1, R1, L1, L5, L5, L2, L1, R5, R2, L4, L1, R4, R3, L3, R1, R5, L1, L4, R2, L3, R5, R3, R1, L3
|
3
2016/one/solution.rb
Normal file
3
2016/one/solution.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
file = File.open("./input")
|
||||
instructions = file.read().replace("\n").split(", ")
|
||||
puts str(instructions)
|
Loading…
Add table
Add a link
Reference in a new issue