This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings.git
synced
2024-12-12 11:14:55 +02:00
Code
Issues
Releases
Activity
0f4c42d54e
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-21 01:47:57 +02:00
fn
main
(
)
{
// `println!` instead of `printline!`.
println!
(
"
Hello world!
"
)
;
}
Reference in New Issue
Copy Permalink