index
:
53hornet/learning-rust
master
Exercises from the Rust Book and Manning Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust-book
/
hello_world
/
main.rs
blob: 3d46bbeedc33e731c6c93083303392b7ff776ee4 (
plain
) (
blame
)
1
2
3
4
fn main() { println!("hello world!"); }