mirror of
https://github.com/SrIzan10/adventofcode.git
synced 2026-06-18 15:52:20 +00:00
19 lines
169 B
Markdown
19 lines
169 B
Markdown
# aoc-2023
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To get the input file:
|
|
|
|
```bash
|
|
bun run cli input 1
|
|
```
|
|
|
|
To run files:
|
|
|
|
```bash
|
|
bun run cli run 1 -p 2
|
|
``` |