← go back

Hello, world!

This is my first post!

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.