blob: ff5e324f7a18235262070e64679f9dd6578083e7 [file] [log] [blame] [view] [edit]
# Getting Started
Lets start your Rust journey! Theres a lot to learn, but every journey starts
somewhere. In this chapter, well discuss:
* Installing Rust on Linux, macOS, and Windows
* Writing a program that prints `Hello, world!`
* Using `cargo`, Rusts package manager and build system