feat: init commit

This commit is contained in:
2025-10-18 21:39:26 +08:00
parent 62ad987c11
commit 2504df59ab
8 changed files with 123 additions and 0 deletions

15
hello_world/README.md Normal file
View File

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