Browse Source

Add TODO

master
Chris Smith 7 years ago
parent
commit
c4e384a63b
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      25.py

+ 3
- 0
25.py View File

@@ -5,7 +5,10 @@
5 5
 This is a copy of Day 23's solution, with an 'out' instruction added.
6 6
 
7 7
 Manual testing showed the output repeats regularly, so we just run the program until there are 20 bits output.
8
+
9
+TODO: Add a common class for handling the assembly code, as it's now repeated in 3 places.
8 10
 """
11
+
9 12
 import itertools
10 13
 
11 14
 

Loading…
Cancel
Save