chore: initial project setup

This commit is contained in:
Stevan Freeborn
2026-07-22 18:25:02 -05:00
commit 682e17e59d
6 changed files with 1779 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}