Explorar el Código

Add TODO

master
Chris Smith hace 7 años
padre
commit
c4e384a63b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      25.py

+ 3
- 0
25.py Ver fichero

@@ -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…
Cancelar
Guardar