add stuff form last year (gave up quickly)

This commit is contained in:
2024-12-01 16:42:05 +01:00
commit c2b35be668
23 changed files with 968 additions and 0 deletions

15
2023/03/README.md Normal file
View File

@@ -0,0 +1,15 @@
# advent-2023-03
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.