Implementing "Average" example

and supporting `Stdin.ReadDouble` method.
This commit is contained in:
Dan Buch
2012-12-19 23:23:35 -05:00
parent e0101b4c69
commit 7a40632ca8
3 changed files with 67 additions and 1 deletions

View File

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