add readme.

This commit is contained in:
licsber 2024-08-21 10:39:37 +08:00
parent c7691deeee
commit e41d5eff4e

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# hello_world
```
cargo new hello_world
cargo build
cargo run
```