瀏覽代碼

Add TODO

master
Chris Smith 7 年之前
父節點
當前提交
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
 

Loading…
取消
儲存