projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
give things a license
[rust-101.git]
/
src
/
part01.rs
diff --git
a/src/part01.rs
b/src/part01.rs
index 2e350bc469fef6afc760ac6a7645747276ee631a..bd7e9fb769b38e6a03c3915e36d7bd4eb34d7034 100644
(file)
--- a/
src/part01.rs
+++ b/
src/part01.rs
@@
-3,8
+3,8
@@
// Rust-101, Part 00
// =================
// Rust-101, Part 00
// =================
-
-
pub fn part_main() {
pub fn part_main() {
-}
\ No newline at end of file
+}
+
+// [index](main.html) | [previous](part00.html) | [next](part02.html)