Skip to content

Commit

Permalink
Add hello world in rust
Browse files Browse the repository at this point in the history
  • Loading branch information
codeAbinash committed Jun 23, 2024
1 parent d8d39ab commit 8538b0b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions leetcode/problems/rs/hello-world.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// A simple hello world program in Rust


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


// Search for Leetcode Solutions
// Paste the link or the name of the problem
// 👆🏻 in the Search Bar
// Hit enter or click the search button
// The solution will be displayed in this section

0 comments on commit 8538b0b

Please sign in to comment.