cmake_minimum_required (VERSION 3.3)
project (Intervals LANGUAGES C)

add_executable (intervals
  ./src/application.c)
