cmake_minimum_required(VERSION 3.21)
project(InitializerList)

set(CMAKE_CXX_STANDARD 11)

add_executable(InitializerList main.cpp)
