Initial commit

This commit is contained in:
Elnu 2024-02-07 11:22:29 -08:00
commit c8d2fe48ef
8 changed files with 140 additions and 0 deletions

3
helloworld/src/main.rs Normal file
View file

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