Day 02 Part 01

This commit is contained in:
Skye Ewers 2023-12-02 06:31:24 +01:00
parent 164549a01d
commit 5b89f6fb78
7 changed files with 375 additions and 0 deletions

15
02/README.md Normal file
View file

@ -0,0 +1,15 @@
# day01
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.