cmake_minimum_required(VERSION 3.10)
project (my_echo_project)
add_executable(program echo.cpp)