tilde.town/genblog.go

9 lines
102 B
Go

package main
import "fmt"
func main() {
// TODO some kind of blog print out
fmt.Println("TODO")
}