diff options
| author | a14m <[email protected]> | 2020-11-27 15:59:59 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-11-27 15:59:59 +0100 |
| commit | c5102454bd6fc49f72bce0a0b6d9f438bf4cc9e4 (patch) | |
| tree | df79e359a36d6101650a80f5eb46d1b70cb70ce0 | |
Initial commit
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ede1172 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Game of Life +A repo that includes a different implementations for [Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) +in different languages |
