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