Starting work on a Go implementation of Conway's Game of Life

since I had a decent amount of practice at
http://globalday.coderetreat.org/
This commit is contained in:
Dan Buch
2012-12-08 21:47:21 -05:00
parent 6bd27f93b8
commit ecffff2a60
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package main
func main() {
return
}