mirror of
https://github.com/javalsai/aoc.git
synced 2026-01-13 01:19:59 +01:00
add stuff form last year (gave up quickly)
This commit is contained in:
15
2023/02/README.md
Normal file
15
2023/02/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# advent-2023-01
|
||||
|
||||
To install dependencies:
|
||||
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
|
||||
To run:
|
||||
|
||||
```bash
|
||||
bun run index.ts
|
||||
```
|
||||
|
||||
This project was created using `bun init` in bun v1.0.14. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|
||||
Reference in New Issue
Block a user