blog stub

This commit is contained in:
nate smith 2021-08-05 22:18:46 -05:00
parent 585905cb8c
commit b88c2e60d1

8
genblog.go Normal file
View File

@ -0,0 +1,8 @@
package main
import "fmt"
func main() {
// TODO some kind of blog print out
fmt.Println("TODO")
}