feat: init rust crate

This commit is contained in:
ECSS 11
2026-01-12 16:40:02 -06:00
parent 99d212d26a
commit 9dcf84dcb3
10 changed files with 90 additions and 0 deletions

3
src/main.rs Normal file
View File

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