Files
old-confighub/chub/main.go
2015-05-27 20:24:22 +02:00

8 lines
107 B
Go

package main
import "fmt"
func main() {
fmt.Println("I am going to eat all the configuration I can!")
}