blob: b1b14d0c797c1bd1f0d324b743d6c19635c2f713 [file]
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}