Add basic rust packages

This commit is contained in:
LDprg
2023-07-08 13:12:40 +02:00
parent f575b1e1f5
commit 502f4b6a2b
6 changed files with 44 additions and 0 deletions

3
winapps-gui/src/main.rs Normal file
View File

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