Skip to content

Commit

Permalink
Create 00helloworld.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
stream-rahul committed Jan 25, 2025
1 parent 7472ebc commit 9c7e1fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions programs/00helloworld.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Purpose: Test if Rust is properly installed and working
// To compile: rustc 00helloworld.rs
// To run: ./00helloworld (or 00helloworld.exe on Windows)

fn main() {
println!("Hello, World!");
}

0 comments on commit 9c7e1fc

Please sign in to comment.