hmn/src/main.go

9 lines
124 B
Go

package main
import "fmt"
func main() {
fmt.Println("main.go has moved! You should now run:")
fmt.Println("go run .")
}