Your first Rust program, cargo basics, and building a number guessing game.
Based on The Rust Programming Language, Chapters 1-2
Content coming soon. This module will cover getting started with Rust, writing your first program, using Cargo to manage projects, and building an interactive guessing game that introduces variables and the match expression.