feat(rust): initialised cargo

This commit is contained in:
Artur Manuel 2024-08-06 23:45:54 +01:00
commit 900a9b8e42
Failed to generate hash of commit
9 changed files with 121 additions and 0 deletions

3
src/main.rs Normal file
View file

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