projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add 'rawsrc' target to generate raw sources (without the course comments)
[rust-101.git]
/
src
/
main.rs
diff --git
a/src/main.rs
b/src/main.rs
index 09a16d1f1d4dfc9178d30fa54a6f09c42968c4eb..7850a99e2dd80dd13822445a006179ca203d9eee 100644
(file)
--- a/
src/main.rs
+++ b/
src/main.rs
@@
-39,11
+39,13
@@
// [the first part](part00.html), or jump directly to where you left off:
//
// * [Part 00](part00.html)
// [the first part](part00.html), or jump directly to where you left off:
//
// * [Part 00](part00.html)
-// * [Part 01](part01.html) (WIP)
+// * [Part 01](part01.html)
+// * [Part 02](part02.html) (WIP)
// * (to be continued)
#![allow(dead_code)]
mod part00;
mod part01;
// * (to be continued)
#![allow(dead_code)]
mod part00;
mod part01;
+mod part02;
// To actually run the code of some part (after filling in the blanks, if necessary), simply edit the `main`
// function below.
// To actually run the code of some part (after filling in the blanks, if necessary), simply edit the `main`
// function below.