yolo commit

This commit is contained in:
WaveringAna 2025-01-27 16:14:55 -05:00
parent 2293666c1f
commit 850d977e8e
7 changed files with 303 additions and 0 deletions

15
test/README.md Normal file
View file

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