imported previous rust projects and cleaned up unused files

This commit is contained in:
willifan 2024-05-23 18:56:06 +02:00
parent 0166b32872
commit 10b8db251b
432 changed files with 874 additions and 1585 deletions

3
src/main.rs Normal file
View file

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