8 lines
107 B
Go
8 lines
107 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("I am going to eat all the configuration I can!")
|
|
}
|