Welcome to TenTech Thoughts — my personal blog.

First post. More to come.

package main

import "fmt"

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