hmn/src/main.go

9 lines
124 B
Go
Raw Permalink Normal View History

2022-07-23 01:56:16 +00:00
package main
import "fmt"
func main() {
fmt.Println("main.go has moved! You should now run:")
fmt.Println("go run .")
}