geekbrains_cpp_difficult_mo.../lesson_4/exercises.hpp

14 lines
168 B
C++
Raw Normal View History

2021-10-03 17:45:06 +00:00
/*
* exercise_2.hpp
*
* Created on: 2 окт. 2021 г.
* Author: alexander
*/
#pragma once
2021-10-03 21:56:20 +00:00
#include "templates.hpp"
void exercise_1();
void exercise_2();