chore: init repo

This commit is contained in:
2026-08-31 16:57:27 +04:00
commit b55c26d36e
8 changed files with 127 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# test-repi
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.11. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.