Hello, world!

Here are all the posts!

We can write code snippets...

import gleam/io

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

...and even format text!

This is some text.
This is bold.
This text has some
code
in it.