Day 03 pa 01
This commit is contained in:
parent
5b1c11eb55
commit
808ddd6a0c
7 changed files with 500 additions and 0 deletions
15
03/README.md
Normal file
15
03/README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue