geekbrains_cpp_difficult_mo.../lesson_4/main.cpp

17 lines
188 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 17:45:06 +00:00
#include "exercise_1.hpp"
#include "exercise_2.hpp"
2021-09-30 18:17:00 +00:00
2021-10-03 17:45:06 +00:00
int main()
{
exercise_1();
2021-09-30 18:17:00 +00:00
2021-10-03 17:45:06 +00:00
return 0;
}