Add Rust project for self-testing

This commit is contained in:
Dave Rolsky
2023-03-12 10:37:46 -04:00
parent 9a602122c2
commit 4dfe96e52b
4 changed files with 17 additions and 0 deletions

3
test-project/src/main.rs Normal file
View File

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