Hello, World!

  • 18th Dec 2022
  • 1 min read

Seems an appropriate enough first post to make.

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