Files
old-confighub/chub/main.go

8 lines
107 B
Go
Raw Normal View History

2015-05-27 20:24:22 +02:00
package main
import "fmt"
func main() {
fmt.Println("I am going to eat all the configuration I can!")
}