Nice heading

Thank you :)

Heyo. This is my first try using GitHub-Pages.

So here is some code:

fn main() {
    let a = "bre";
    let b = "wat!?";

    print!("{a} {b}");
}