Skip to content
Snippets Groups Projects

Third Functionality Completed. Tests and comments provided.

Merged Ivanov, Ivan (UG - Computer Science) requested to merge third_functionality into master
8 files
+ 95
58
Compare changes
  • Side-by-side
  • Inline
Files
8
Makefile 0 → 100644
+ 8
0
build:
go get
run:
go run . $(directory) $(filter)
json:
go run . -j $(directory)
test:
go test
Loading