Initially creation of cargo

This commit is contained in:
2024-02-23 12:57:41 -05:00
parent 727c4c99c8
commit 8c366f1a22
4 changed files with 19 additions and 0 deletions

3
src/main.rs Normal file
View File

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