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