5 lines
68 B
Go
5 lines
68 B
Go
/*
|
|
Conway's Game of Life in Go (console and web.)
|
|
*/
|
|
package conway
|
/*
|
|
Conway's Game of Life in Go (console and web.)
|
|
*/
|
|
package conway
|