Skip to main content
YeungOnion's Blog YeungOnion's GitHub

This is my first post.

Hello World #

My rite of passage in the language I'm most actively learning now.

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

I made a blog with Eleventy and put it up with Netlify.