Filling in Date implementation

This commit is contained in:
Dan Buch
2012-12-21 22:31:33 -05:00
parent b7480b78a8
commit 209e074503
3 changed files with 64 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ TARGETS := \
$(REPO_BASE)/algs4-rolls \
$(REPO_BASE)/algs4-randomseq \
$(REPO_BASE)/algs4-average \
$(REPO_BASE)/algs4-interval2d
$(REPO_BASE)/algs4-interval2d \
$(REPO_BASE)/algs4-date
test: build
go test -x $(TARGETS)