aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pexeso
diff options
context:
space:
mode:
authorfaiface <faiface2202@gmail.com>2019-05-06 18:47:59 +0200
committerfaiface <faiface2202@gmail.com>2019-05-06 18:47:59 +0200
commita7facb98cd89f3e68a931b49a62789bdaecb6b5c (patch)
treed6c135eaa1f7b90a617c0bf5c21b13bdef2df37d /examples/pexeso
parent8a67ed9e640b830d307bfa56d7f445673cc576ed (diff)
downloadgui-a7facb98cd89f3e68a931b49a62789bdaecb6b5c.zip
examples: add running instructions
Diffstat (limited to 'examples/pexeso')
-rw-r--r--examples/pexeso/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/pexeso/README.md b/examples/pexeso/README.md
index 03288ba..c4f455a 100644
--- a/examples/pexeso/README.md
+++ b/examples/pexeso/README.md
@@ -1,5 +1,9 @@
# Pexeso
+```
+$ go run main.go
+```
+
The [game of pairs](https://en.wikipedia.org/wiki/Concentration_(card_game)), also know as _concentration_, _match match_, or _pexeso_. This one has an extraordinarily beautiful concurrent solution.
![Screenshot](screenshot.png)