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-28 00:00:03 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c45d2c3255
rustlings
/
exercises
/
00_intro
/
intro2.rs
6 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
feat(intro): Add intro section.
2021-04-24 20:15:34 +03:00
// Make the code print a greeting to the world.
fn
main
(
)
{
fix(intro2): changed intro2 to be a name error, not a format string error.
2023-10-20 19:31:56 +03:00
printline!
(
"
Hello there!
"
)
feat(intro): Add intro section.
2021-04-24 20:15:34 +03:00
}
Reference in a new issue
Copy permalink