Commit 0b9714b

Anton Medvedev <anton@medv.io>
2021-08-13 23:17:12
Update game-of-life.md
1 parent bf6d7c1
Changed files (1)
examples/game-of-life.md
@@ -1,5 +1,10 @@
 # Game of Life
 
+Try it:
+```
+npx zx https://raw.githubusercontent.com/google/zx/main/examples/game-of-life.md 
+```
+
 ```js
 let
   p = s => process.stdout.write(s),