From 4d85a8f83b06f04667918c36085b637217c0cede Mon Sep 17 00:00:00 2001 From: Ryan Haining Date: Fri, 14 Nov 2014 13:13:22 -0500 Subject: [PATCH] adds link to printable types --- docs/Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Readme.md b/docs/Readme.md index 45350f9a..5a9fbd35 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -10,6 +10,7 @@ Before looking at this material be sure to read the [tutorial](tutorial.md) * [Build systems](build-systems.md) * [Supplying your own main()](own-main.md) * [Why are my tests slow to compile?](slow-compiles.md) +* [Printng arbitrary types](printabletypes.md) Other