blob: 9ca93026546bc6c058f099d304c2c16efc955031 [file]
package main
import "fmt"
func main() {
fmt.Println("Hello from Go!")
}