/* * main.cpp * * Created on: 14 окт. 2021 г. * Author: alexander */ #include "exercise_2.hpp" #include "exercise_3.hpp" int main() { exercise_1_2(); exercise_3(); return 0; }