index
:
53hornet/learning-rust
master
Exercises from the Rust Book and Manning Rust
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
meap
/
meap-code
/
ch3
/
filebasics
/
src
/
main.rs
blob: e7a11a969c037e00a796aafeff6258501ec15e9a (
plain
) (
tree
)
7e8ee5e
1
2
3
fn main() { println!("Hello, world!"); }