1/6

Welcome to Rust, the language the old Forgeborn used to hold the sky together.

Every Rust program starts at the main function — the entry point. When your program runs, main is what gets called.

fn main() {
    // your runes go here
}