cmake_minimum_required(VERSION 3.28) project(06_hash_tables) set(CMAKE_CXX_STANDARD 20) add_executable(06_hash_tables main.cpp Student.cpp)