1 #![allow(dead_code, unused_imports, unused_variables, unused_mut, unreachable_code)]
3 // To get started with the course, open the file `part00.rs` in this workspace as well
4 // as its [fully explained version](https://www.ralfj.de/projects/rust-101/part00.html).
5 // The code below is mostly boilerplate to dispatch into the various parts of the
8 // Only the files imported here will be compiled.
27 // This decides which part is actually run.