Hello, World

meta

A first post, mostly to prove the pipeline works end to end.

🔗What this is

Occasional notes on software engineering. No newsletter, no popups — just an RSS/Atom feed if you want to follow along.

fn main() {
    println!("Hello, world!");
}

That’s it. More soon.