Programming in Rust

This course is going to teach you programming using the Rust programming language. It doesn't require any previous programming experience. For the first few chapters you don't have to install anything on your computer. You can do all exercises in your web browser; Just click bolt to run the provided code examples.

fn main() {
    println!("Hallo Welt!");
}

winfried2025-10-07 15:18:32.100417000