/* * main.cpp * * Created on: 30 сент. 2021 г. * Author: alexander */ #include "exercises.hpp" int main() { exercise_1(); exercise_2(); return 0; }