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:
5
conway/go/conways-game-of-life/main.go
Normal file
5
conway/go/conways-game-of-life/main.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
return
|
||||
}
|
Reference in New Issue
Block a user