X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/ebb00d95c585dd0520e54ec48df80262f02583cf..832768ac8f69b436c1f90ad7a2f01af25091599a:/src/part00.rs diff --git a/src/part00.rs b/src/part00.rs index 6469907..01d2046 100644 --- a/src/part00.rs +++ b/src/part00.rs @@ -111,4 +111,4 @@ pub fn main() { //@ computed that ourselves, but that's besides the point. More importantly: //@ You completed the first part of the course. -//@ [index](main.html) | previous | [next](part01.html) +//@ [index](main.html) | previous | [raw source](https://www.ralfj.de/git/rust-101.git/blob_plain/HEAD:/workspace/src/part00.rs) | [next](part01.html)