This website requires JavaScript.
Explore
Help
Sign In
tristan
/
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 08:16:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d9df809838
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 18:15:34 +01: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 17:31:56 +01:00
printline!
(
"
Hello there!
"
)
feat(intro): Add intro section.
2021-04-24 18:15:34 +01:00
}
Reference in a new issue
Copy permalink