Create your first Rust program
Learn about Rust concepts, including variables, data types, and functions.
Learning objectives
In this module, you will:
- Explore core Rust language concepts, including functions, data types, and variables
- Understand basic Rust types for text, numbers, boolean values, and compound data
- Create, compile, and run a basic Rust program
- Discover how to print output from your program
Prerequisites
- Have your Rust environment ready for development