Quellcode durchsuchen

Add TODO

master
Chris Smith vor 7 Jahren
Ursprung
Commit
c4e384a63b
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3
    0
      25.py

+ 3
- 0
25.py Datei anzeigen

@@ -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
 

Laden…
Abbrechen
Speichern