Or at least the story of life as I implemented it in swift recently as a little learning project because I haven’t written any swift since walking away from mobile dev a few years ago (no regrets)!
* * *
First there was the universe! Well, first there was some requisite boilerplate, but then there was the universe! A 2 dimensional grid, an array of 10 columns and 10 rows.
t
<span class="hljs-keyword">import</span> Foundation
<span class="hljs-keyword">let</span> rows: <span class="hljs-type">Int</s ... ⌘ [Read more](https://eli.li/the-story-of-life)
*