added deps, boilerplate

This commit is contained in:
2026-05-14 18:41:25 -05:00
commit dc2fefdae2
4 changed files with 229 additions and 0 deletions

3
src/main.rs Normal file
View File

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