This is my first blog post. Welcome to my new blog built with Hugo.
Getting Started
Hugo is a fast and flexible static site generator. Here’s a simple code example:
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
What’s Next
Stay tuned for more posts about software development and technology.