geekbrains_cpp_difficult_mo.../lesson_5/main.cpp

18 lines
203 B
C++
Raw Normal View History

2021-10-07 23:40:40 +00:00
/*
* main.cpp
*
* Created on: 4 окт. 2021 г.
* Author: alexander
*/
#include "exercise_1.hpp"
#include "exercise_2.hpp"
int main()
{
exercise_1();
exercise_2();
return 0;
}