Files
adventofcode/2023/README.md

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
```