This website requires JavaScript.
Explore
Help
Register
Sign In
saul365
/
learning-Rust
Watch
1
Star
0
Fork
0
You've already forked learning-Rust
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
learning-Rust
/
helloWorld
/
main.rs
saul365
9472353ba9
Add hello projects
2024-11-20 14:38:54 -06:00
4 lines
45 B
Rust
Raw
Permalink
Blame
History
fn
main
(
)
{
println!
(
"
Hello, world!
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink