cmake_minimum_required(VERSION 3.10)

project(TabSpace)
set (CMAKE_CXX_STANDARD 20)

add_executable(TabSpace
	src/main.cpp
)
