This website requires JavaScript.
Explore
Help
Sign In
mirror
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/rust-lang/rustlings.git
synced
2024-12-26 00:00:03 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
631f44331e
rustlings
/
exercises
/
00_intro
/
intro2.rs
5 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
feat(intro): Add intro section.
2021-04-24 20:15:34 +03:00
fn
main
(
)
{
Improve the placement of TODO comments
2024-07-02 17:26:28 +03:00
// TODO: Fix the code to print "Hello world!".
Add solutions to intro and variables
2024-05-21 02:47:57 +03:00
printline!
(
"
Hello world!
"
)
;
feat(intro): Add intro section.
2021-04-24 20:15:34 +03:00
}
Reference in a new issue
Copy permalink