projects
/
rust-101.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bd7e9fb769b38e6a03c3915e36d7bd4eb34d7034
[rust-101.git]
/
src
/
part01.rs
1
// [index](main.html) | [previous](part00.html) | [next](part02.html)
2
3
// Rust-101, Part 00
4
// =================
5
6
pub fn part_main() {
7
8
}
9
10
// [index](main.html) | [previous](part00.html) | [next](part02.html)