initial commit

This commit is contained in:
Zastian Pretorius
2021-10-17 06:23:00 +02:00
commit 03d14b80a6
7 changed files with 832 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.17)
project(fsorter)
set(CMAKE_CXX_STANDARD 20)
add_executable(fsorter main.cpp)