diff --git a/2024/17/index.html b/2024/17/index.html
index d3f21d67..7e1ae9a4 100644
--- a/2024/17/index.html
+++ b/2024/17/index.html
@@ -336,6 +336,7 @@
Chronospatial Computer
yield break;
}
+ // this loop is pretty much the assembly code of the program reimplemented in c#
foreach (var ah in GenerateA(output[1..])) {
for (var al = 0; al < 8; al++) {
var a = ah * 8 + al;