projects
/
rust-101.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add script to push docs (will be tested soon)
[rust-101.git]
/
src
/
part00.rs
1
// [index](main.html) | previous | [next](part01.html)
2
3
// Rust-101, Part 00
4
// =================
5
6
7
8
pub fn part_main() {
9
10
}