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 14:02:22 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
825637f32c
rustlings
/
exercises
/
00_intro
/
intro2.rs
6 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
Add solutions to intro and variables
2024-05-20 19:47:57 -04:00
// TODO: Fix the code to print "Hello world!".
feat(intro): Add intro section.
2021-04-24 13:15:34 -04:00
fn
main
(
)
{
Add solutions to intro and variables
2024-05-20 19:47:57 -04:00
printline!
(
"
Hello world!
"
)
;
feat(intro): Add intro section.
2021-04-24 13:15:34 -04:00
}
Reference in a new issue
Copy permalink