Initial commit

This commit is contained in:
M1000fr
2026-01-10 00:29:30 +01:00
commit d02e52aed5

15
README.md Normal file
View File

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