mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
see #2: update exercises and maintains of content
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
//
|
||||
// fold.expression.cpp
|
||||
//
|
||||
// exercise solution - chapter 2
|
||||
// modern cpp tutorial
|
||||
//
|
||||
// created by changkun at changkun.de
|
||||
//
|
||||
|
||||
#include <iostream>
|
||||
template<typename ... T>
|
||||
auto average(T ... t) {
|
||||
|
||||
Reference in New Issue
Block a user