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: e443ec8fc63427975a1282281bb829d1ffcbc533 (
plain
)
1
2
3
4
5
// TODO: Fix the code to print "Hello world!". fn main() { printline!("Hello world!"); }