forked from tildetown/tilde.town
9 lines
102 B
Go
9 lines
102 B
Go
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main() {
|
||
|
// TODO some kind of blog print out
|
||
|
fmt.Println("TODO")
|
||
|
}
|