cmake_minimum_required(VERSION 3.0)
project(programmingquest LANGUAGES C)
SET(CHALLANGE tcpserver)
add_executable(binary
src/${CHALLANGE}.c
)