added hello world demo

This commit is contained in:
Jay Christy
2023-10-19 13:10:09 -04:00
parent 879c40f0f8
commit 655b58252c
3 changed files with 15 additions and 0 deletions

View File

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