Type Racer game but on command line Prerequisites Go v1.23 (https://go.dev/doc/install) Make (Optional) (https://www.gnu.org/software/make/) How to run the program using go go run *.go How to run the program using make command make run