blob: f67c3ea1ceda45ff3e4703065ffa16c6b5cd0b23 [file] [log] [blame]
package main
import "fmt"
func main() {
fmt.Println("Goodbye!")
}