Changed devenv, added a LICENSE and created a cli/ crate

This commit is contained in:
2026-07-13 15:26:09 -05:00
parent b57d590420
commit d9cdea232c
8 changed files with 922 additions and 46 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}