Hello World

Hi internet! Here’s my obligatory post mainly aimed at ensuring things are working as expected. I plan to write some real content soon about either a game server I’m tinkering on, or a new high end desktop build I’m putting together for ML purposes. Stay tuned! (testing blocks only, follow)

Testing code blocks:

include "fmt"

func main() {
    g := "hello world"
    fmt.Println(g)
}
comments powered by Disqus