blog stub

trunk
nate smith 2021-08-05 22:18:46 -05:00
parent 585905cb8c
commit b88c2e60d1
1 changed files with 8 additions and 0 deletions

8
genblog.go 100644
View File

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