init(master): new cargo project setup

This commit is contained in:
2025-04-28 12:54:52 -06:00
parent 56957a80a7
commit 012636b60c
2 changed files with 9 additions and 0 deletions

3
src/main.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}