chore: some cleanup

This commit is contained in:
2023-12-02 18:15:41 +01:00
parent 0ee32e3cf6
commit 9ca52c19e7
4 changed files with 66 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.20)
project(advent_of_code_2023 C)
set(CMAKE_C_STANDARD 11)