Skip to content

Commit

Permalink
Update docs on Tue Dec 17 09:47:16 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent 5978a1d commit f126c3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 2024/17/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ <h2 id="problem-name">Chronospatial Computer</h2>
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 &lt; 8; al++) {
var a = ah * 8 + al;
Expand Down

0 comments on commit f126c3c

Please sign in to comment.