← 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.
This is my first post!
import gleam/io
pub fn main() {
io.println("Hello, world!")
}
This is some text. This is bold. This text has some code
in it.