geekbrains_cpp_difficult_mo.../lesson_6/main.cpp

15 lines
159 B
C++
Raw Normal View History

2021-10-10 20:46:11 +00:00
/*
* main.cpp
*
* Created on: 10 окт. 2021 г.
* Author: alexander
*/
#include "exercise_1.hpp"
int main()
{
exercise_1();
return 0;
}