cmake_minimum_required(VERSION 4.0) project(hashmap C) set(CMAKE_C_STANDARD 23) add_executable(hashmap main.c)