We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec28584 commit e4d0c9bCopy full SHA for e4d0c9b
src/2023/day21.spec.js
@@ -2,7 +2,7 @@ import { part1, part2 } from "./day21.js";
2
import readInput from "../utils/read-input.js";
3
4
let input = readInput(import.meta.url);
5
-let example = [
+const example = [
6
"...........",
7
".....###.#.",
8
".###.##..#.",
0 commit comments