init files from local folder

init with all my previous files
This commit is contained in:
griffix 2025-08-01 14:59:36 +02:00
commit 82c36314d1
Signed by: griffix
GPG key ID: 9A72D1FAE36EC98A
23 changed files with 1023 additions and 0 deletions

3
hs80/hw.rs Normal file
View file

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