Skip to content

Commit

Permalink
adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHi committed Jan 1, 2024
1 parent d9951a6 commit 7ff038f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Collection of my solutions to the [Advent of Code](https://adventofcode.com/) pr
| 16 | ⭐⭐ |
| 17 | ⭐⭐ |
| 18 | ⭐⭐ |
| 19 | ⭐⭐ |
| 20 ||
| 21 ||
| 22 | |
| 23 ||
| 24 | |
| 25 | |

## 2022

Expand Down
2 changes: 1 addition & 1 deletion Typescript/2023/src/days/day20/day20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Queue } from "data-structure-typed";
import * as fs from "fs";
import { CalculateNeededPresses } from "./Part2";

const isSample = false;
const isSample = true;

export function SolvePartOne(): number {
const fileName = isSample ? "/src/days/day20/sample.txt" : "/src/days/day20/full.txt";
Expand Down

0 comments on commit 7ff038f

Please sign in to comment.