fix: wrong exercise path

fix #70
fix #71
This commit is contained in:
Changkun Ou
2019-07-14 09:40:44 +02:00
parent 69e4c6243d
commit c50f2654d8
3 changed files with 37 additions and 9 deletions

View File

@@ -1002,7 +1002,7 @@ std::cout << new_enum::value3 << std::endl
2. 尝试用[折叠表达式](#折叠表达式)实现用于计算均值的函数,传入允许任意参数。
> 参考答案[见此](../exercises/2)。
> 参考答案[见此](../../exercises/2)。
[返回目录](./toc.md) | [上一章](./01-intro.md) | [下一章 运行时强化](./03-runtime.md)