cmake_minimum_required(VERSION 3.5)
project(pjc-0x03 LANGUAGES C)
add_executable(pjc-0x03 main.c minmax.c minmax.h main.h bubblesort.c bubblesort.h)