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