scaffold: init project

This commit is contained in:
2026-09-14 20:32:10 -04:00
parent 1f8b468f99
commit 0ee045c71e
4 changed files with 2116 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}