This website requires JavaScript.
Explore
Help
Sign in
notohh
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/notohh/rustlings.git
synced
2024-11-22 14:02:22 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
129884aff7
rustlings
/
solutions
/
00_intro
/
intro2.rs
5 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
Add solutions to intro and variables
2024-05-20 19:47:57 -04:00
fn
main
(
)
{
// `println!` instead of `printline!`.
println!
(
"
Hello world!
"
)
;
}
Reference in a new issue
Copy permalink