Skip to content

Commit

Permalink
Update progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilbpandey committed Dec 24, 2023
1 parent 1a66c1f commit 9d8bc8f
Showing 1 changed file with 33 additions and 23 deletions.
56 changes: 33 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,62 +7,72 @@ These are my solutions to [Advent of Code](https://adventofcode.com) problems.

## Progress

| | 2022 | 2023 |
|----| --------------- |---------------- |
| 01 | [⭑⭑](2022/day01) | [⭑⭑](2023/day01) |
| 02 | [⭑⭑](2022/day02) | [⭑⭑](2023/day02) |
| 03 | [⭑⭑](2022/day03) | [⭑⭑](2023/day03) |
| 04 | [⭑⭑](2022/day04) | [⭑⭑](2023/day04) |
| 05 | [⭑⭑](2022/day05) | [⭑⭑](2023/day05) |
| 06 | [⭑⭑](2022/day06) | [⭑⭑](2023/day06) |
| 07 | [⭑⭑](2022/day07) | [⭑⭑](2023/day07) |
| 08 | [⭑⭑](2022/day08) | [](2023/day08) |
| 09 | [⭑⭑](2022/day09) | [⭑⭑](2023/day09) |
| 10 | [⭑⭑](2022/day10) | [⭑⭑](2023/day10) |
| 11 | [⭑⭑](2022/day11) | [⭑⭑](2023/day11) |
| 12 | [⭑⭑](2022/day12) | |
| 13 | [⭑⭑](2022/day13) | [⭑⭑](2023/day13) |
| 14 | [⭑⭑](2022/day14) | [⭑⭑](2023/day14) |
| 15 | | [⭑⭑](2023/day15) |
| 16 | | [⭑⭑](2023/day16) |
| 17 | | |
| 18 | | [⭑⭑](2023/day18) |
| 19 | | |
| 20 | | |
| 21 | | [](2023/day21) |
| | 2021 | 2022 | 2023 |
| --- | ---------------- | ---------------- | ---------------- |
| 01 | [⭑⭑](2021/day01) | [⭑⭑](2022/day01) | [⭑⭑](2023/day01) |
| 02 | | [⭑⭑](2022/day02) | [⭑⭑](2023/day02) |
| 03 | | [⭑⭑](2022/day03) | [⭑⭑](2023/day03) |
| 04 | | [⭑⭑](2022/day04) | [⭑⭑](2023/day04) |
| 05 | | [⭑⭑](2022/day05) | [⭑⭑](2023/day05) |
| 06 | | [⭑⭑](2022/day06) | [⭑⭑](2023/day06) |
| 07 | | [⭑⭑](2022/day07) | [⭑⭑](2023/day07) |
| 08 | | [⭑⭑](2022/day08) | [](2023/day08) |
| 09 | | [⭑⭑](2022/day09) | [⭑⭑](2023/day09) |
| 10 | | [⭑⭑](2022/day10) | [⭑⭑](2023/day10) |
| 11 | | [⭑⭑](2022/day11) | [⭑⭑](2023/day11) |
| 12 | | [⭑⭑](2022/day12) | |
| 13 | | [⭑⭑](2022/day13) | [⭑⭑](2023/day13) |
| 14 | | [⭑⭑](2022/day14) | [⭑⭑](2023/day14) |
| 15 | | | [⭑⭑](2023/day15) |
| 16 | | | [⭑⭑](2023/day16) |
| 17 | | | |
| 18 | | | [⭑⭑](2023/day18) |
| 19 | | | |
| 20 | | | |
| 21 | | | [](2023/day21) |

## Usage

### Install Just

Refer to [Just Programmer's Manual](https://just.systems/man/en/).

### Install dependencies

```
just setup
```

### Solve a specific day

#### Go

```
just go <YEAR> <DAY> <PART>
```

#### TypeScript

```
just ts <YEAR> <DAY> <PART>
```

### Run tests

#### Go

```
just test-go
```

#### TypeScript

```
just test-ts
```

#### All tests

```
just test
```

0 comments on commit 9d8bc8f

Please sign in to comment.