geekbrains_cpp_difficult_mo.../lesson_4/main.cpp

17 lines
179 B
C++
Raw Normal View History

2021-09-30 18:17:00 +00:00
/*
* main.cpp
*
* Created on: 30 сент. 2021 г.
* Author: alexander
*/
2021-10-03 21:56:20 +00:00
#include "exercises.hpp"
2021-09-30 18:17:00 +00:00
2021-10-03 17:45:06 +00:00
int main()
{
2021-10-04 11:38:08 +00:00
exercise_1();
2021-10-03 21:56:20 +00:00
exercise_2();
2021-09-30 18:17:00 +00:00
2021-10-03 17:45:06 +00:00
return 0;
}