eon/main.go
2024-09-12 18:20:44 +01:00

9 lines
117 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("Run the makefile to build the project, not go build")
}