Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Lau Skorstengaard committed Dec 2, 2021
1 parent 21f1511 commit 80bd0e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion 1/puzzle2.toit → 1/part2.toit
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ main:

window := lines[0] + lines[1] + lines[2]
increases := 0

for i := 0; i < lines.size - 3; i++:
if window < window - lines[i] + lines[i + 3]: increases++
window -= lines[i]
Expand Down

0 comments on commit 80bd0e7

Please sign in to comment.