This website requires JavaScript.
Explore
Help
Register
Sign in
jras
/
rustbook
Watch
1
Star
0
Fork
You've already forked rustbook
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
rustbook
/
ch01-02-hello-world
/
main.rs
Jasper Ras
b442b90c02
finished chapter 2
2025-08-03 20:42:22 +02:00
3 lines
45 B
Rust
Raw
Permalink
Blame
History
fn
main
(
)
{
println!
(
"
Hello, world!
"
)
;
}
Reference in a new issue
View git blame
Copy permalink