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