eon/main.go

10 lines
117 B
Go
Raw Permalink Normal View History

package main
import (
"fmt"
)
func main() {
2024-09-12 10:20:44 -07:00
fmt.Println("Run the makefile to build the project, not go build")
}