Initial Course
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "concepts.hpp"
|
||||
|
||||
namespace cpp20 {
|
||||
|
||||
auto sum_integral(const std::vector<int>& data) -> int {
|
||||
(void)data;
|
||||
return 0;
|
||||
}
|
||||
|
||||
} // namespace cpp20
|
||||
Reference in New Issue
Block a user