Skip to content

Commit

Permalink
aoc day 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Dec 11, 2023
1 parent 3eea332 commit 5c022e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
1 change: 1 addition & 0 deletions model/aoc_day11.ast-model

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion model/array.ast-model

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion model/playground.ast-project
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"model/aoc_day7.ast-model": "656f7f67d077504f640d872d",
"model/aoc_day8.ast-model": "656f7f67d077504f640d8726",
"model/aoc_day9.ast-model": "656f7f67d077504f640d8724",
"model/aoc_day10.ast-model": "656f7f67d077504f640d8722"
"model/aoc_day10.ast-model": "656f7f67d077504f640d8722",
"model/aoc_day11.ast-model": "656f7f67d077504f640d871a"
}
}
9 changes: 0 additions & 9 deletions src/ast_ids.nim
Original file line number Diff line number Diff line change
Expand Up @@ -319,15 +319,6 @@ let Id656f7f67d077504f640d8716* = "656f7f67d077504f640d8716".parseId
let Id656f7f67d077504f640d8717* = "656f7f67d077504f640d8717".parseId
let Id656f7f67d077504f640d8718* = "656f7f67d077504f640d8718".parseId
let Id656f7f67d077504f640d8719* = "656f7f67d077504f640d8719".parseId
let Id656f7f67d077504f640d871a* = "656f7f67d077504f640d871a".parseId
let Id656f7f67d077504f640d871b* = "656f7f67d077504f640d871b".parseId
let Id656f7f67d077504f640d871c* = "656f7f67d077504f640d871c".parseId
let Id656f7f67d077504f640d871d* = "656f7f67d077504f640d871d".parseId
let Id656f7f67d077504f640d871e* = "656f7f67d077504f640d871e".parseId
let Id656f7f67d077504f640d871f* = "656f7f67d077504f640d871f".parseId
let Id656f7f67d077504f640d8720* = "656f7f67d077504f640d8720".parseId
let Id656f7f67d077504f640d8721* = "656f7f67d077504f640d8721".parseId
let Id656f7f67d077504f640d8722* = "656f7f67d077504f640d8722".parseId

import strformat
for i in 0..100:
Expand Down

0 comments on commit 5c022e2

Please sign in to comment.