← back

hello world

/ 1 min read #rust #devtools

this is the first post built with forge.

why forge

because every developer needs to build their own blog engine at least once.

fn main() {
    println!("hello from forge");
}