Articles

Hello World

Planted July 7, 2024

Hello World!

Until I hack together my own static site generator this page is generated using Hugo, with this theme.

package main

import "fmt"

func main() {
  fmt.Println("Hello World!")
}