This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
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 .")
}