This website requires JavaScript.
Explore
Help
Sign in
notohh
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/notohh/rustlings.git
synced
2024-11-22 05:52:23 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f04089b8bc
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 13:15:34 -04: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 12:31:56 -04:00
printline!
(
"
Hello there!
"
)
feat(intro): Add intro section.
2021-04-24 13:15:34 -04:00
}
Reference in a new issue
Copy permalink