From c65cc7dc648ba50feb22fd732b9c7aedfadb787d Mon Sep 17 00:00:00 2001 From: rbock Date: Sun, 5 Jun 2016 21:36:08 +0200 Subject: [PATCH] Added README to examples, hoping to avoid confusion --- examples/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..b903cdb6 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,5 @@ +These examples were used for a talk at CppCon 2014 and are kept here for reference. + +They are probably not self explanatory. + +It is certainly more useful to look into the Wiki for documentation.