summaryrefslogtreecommitdiff
path: root/test/hilbert.go
Commit message (Expand)AuthorAgeFilesLines
* fix testRobert Griesemer2009-07-071-2/+2
* delete exportRuss Cox2009-01-201-7/+7
* convert tests; nothing interesting.Russ Cox2009-01-161-7/+7
* printf->Printf etc.Rob Pike2009-01-151-5/+5
* new new & makeRuss Cox2009-01-061-2/+2
* allow slices (open arrays) to beKen Thompson2008-12-301-17/+4
* hilbert now runs.Rob Pike2008-12-201-4/+16
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
* convert *[] to [].Russ Cox2008-12-181-1/+1
* A recreational programming exercise:Robert Griesemer2008-11-061-0/+167