Welcome to my new blog

This is a blog built with Hugo + Cloudflare Pages. First Markdown test post!

package main

import "fmt"

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