mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Remove useless code.
This commit is contained in:
@@ -32,11 +32,6 @@ def run(instructions, registers):
|
||||
|
||||
return registers
|
||||
|
||||
registers = {
|
||||
'a': 0,
|
||||
'b': 0,
|
||||
}
|
||||
|
||||
instructions = []
|
||||
|
||||
for line in fileinput.input():
|
||||
|
||||
Reference in New Issue
Block a user