X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/231a88af0700e47c79f2e900323792ec91c41530..2593cdbf30508a412682ed0e04e9d3a58fb69c15:/src/main.rs diff --git a/src/main.rs b/src/main.rs index 7bf7dbe..4352a50 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,6 +10,9 @@ // I plan to cover. They may also be helpful as an offline resource, but you're on your // own then. +// I will assume basic familiarity with programming, and hence not explain the basic +// concepts common to most languages. Instead, I will focus on what makes Rust special. + // The actual course is in the partXX.rs files. I suggest you get started with // [the first part](part00.html), or jump directly to where you left off: