Add initial files.

This commit is contained in:
Tom Alexander
2024-05-05 00:06:03 -04:00
parent 92499a925e
commit c04af9e34b
4 changed files with 17 additions and 0 deletions

3
src/main.rs Normal file
View File

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