Hello World

Published October 31, 2020

Yey, it’s the beginning of alexsniffin.com!

Let’s try some code:

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

And now for a quote:

It’s not a bug – it’s an undocumented feature

Awesome, time to add some real things! make it so