This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
rustlings
Watch
1
Star
0
Fork
0
mirror of
https://github.com/rust-lang/rustlings.git
synced
2026-06-19 22:58:50 +02:00
Code
Issues
Releases
Activity
Files
0f4c42d54ea7322a4ee0ae7036c058c3061e80e9
rustlings
/
solutions
/
00_intro
/
intro2.rs
T
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