First Post

Author
2025-01-01

Heading 1

some text

sometimes we quote

some more text

-- # Some Go code

func main() {
  fmt.Printf("hello")
}

Some Lean code

Lean is a language

def add (x y: Nat): Nat := x + y