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