이건 Python이 잘못했다다

This commit is contained in:
imnyang 2025-05-09 20:11:41 +09:00
commit ca946990e1
41 changed files with 3081 additions and 964 deletions

15
app/README.md Normal file
View file

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