Initial upload: Project Scaffold CLI with multi-language templates and CI/CD

This commit is contained in:
2026-02-05 11:01:23 +00:00
parent 1a1cbb1073
commit 0c15c27798

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Welcome to {{ project_name }}!");
}