Hello World

August 31, 2018


So after paying for another year of my domain (xealgo.com) I decided to actually make use of it :3 so here it is:

package main

import "fmt"

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