Initial commit for rust rewrite

This commit is contained in:
timmypidashev
2023-03-11 20:09:01 -08:00
parent 259d92dfe1
commit 32c0b774a2
4 changed files with 19 additions and 35 deletions

3
src/main.rs Normal file
View File

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