X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/231a88af0700e47c79f2e900323792ec91c41530..2707b4455698e461271b2a4253753b6cb5503751:/src/part01.rs?ds=sidebyside diff --git a/src/part01.rs b/src/part01.rs index 716a641..bd7e9fb 100644 --- a/src/part01.rs +++ b/src/part01.rs @@ -6,3 +6,5 @@ pub fn part_main() { } + +// [index](main.html) | [previous](part00.html) | [next](part02.html)