stevenbooru/src/stevenbooru.cf/cmd/stevenbooru/main.go

8 lines
97 B
Go
Raw Permalink Normal View History

2015-07-31 08:50:25 +00:00
package main
import "fmt"
func main() {
fmt.Println("Hello, world! This is a placeholder.")
}