Rants, Ideas, Stuff

A blog about coding, coffee, and stuff

Hello World

Hello World, this is the first post.

Here’s some Rust code.

pub fn main() {
    println!("{}", "Lumos!");
}