5 lines
35 B
Makefile
5 lines
35 B
Makefile
|
default: run
|
||
|
|
||
|
run:
|
||
|
go run main.go
|