Chris Smith 7 лет назад
Родитель
Сommit
c4e384a63b
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      25.py

+ 3
- 0
25.py Просмотреть файл

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

Загрузка…
Отмена
Сохранить