cmake_minimum_required(VERSION 3.16)
project(mini_cpp_workspace)
add_executable(mini_cpp src/main.cpp src/worker.cpp)
