This commit is contained in:
2019-08-19 18:30:59 -05:00
commit c72ee3e495
3 changed files with 97 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
GOPATH := $(shell pwd)
default: run
run: src/*.go
go run src/*.go