Hello World!

This is the first post for my blog about ongoing projects and the broader AI scene.

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