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.
Here are all the posts!
import gleam/io
pub fn main() {
io.println("Hello, world!")
}This is some text.
This is bold.
This text has some code
in it.