Skip to content

Commit

Permalink
move to const to const
Browse files Browse the repository at this point in the history
  • Loading branch information
shahata committed Dec 24, 2024
1 parent ec28584 commit e4d0c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/2023/day21.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { part1, part2 } from "./day21.js";
import readInput from "../utils/read-input.js";

let input = readInput(import.meta.url);
let example = [
const example = [
"...........",
".....###.#.",
".###.##..#.",
Expand Down

0 comments on commit e4d0c9b

Please sign in to comment.