add Rust hello world!

This commit is contained in:
Alan Tung
2026-05-21 23:46:31 +08:00
parent 145a1ffc94
commit def14ac0fd
36 changed files with 56 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "hello_world"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "hello_world"
path = "src/main.rs"