This website requires JavaScript.
Explore
Help
Register
Sign In
HaQadosch
/
RustBook
Template
Watch
1
Star
0
Fork
0
You've already forked RustBook
Code
Issues
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
27287dead0
RustBook
/
Projects
/
01_HelloWorld
/
main.rs
Xavier Brinon
620c666f3d
run a compiled executable called ./main
2024-02-09 22:57:04 +00:00
4 lines
45 B
Rust
Raw
Blame
History
fn
main
(
)
{
println!
(
"
Hello, World!
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink