index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
/
00_intro
/
intro2.rs
blob: c6cb6451ae06ab84d4f80cdb15a1dd889d8ea344 (
plain
)
1
2
3
4
fn main() { // TODO: Fix the code to print "Hello world!". printline!("Hello world!"); }