init commit

This commit is contained in:
Parric007
2024-04-11 16:14:46 +02:00
commit 419cee3d72
3 changed files with 125 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.28)
project(MonteCarlo_Cpp)
set(CMAKE_CXX_STANDARD 26)
add_executable(MonteCarlo_Cpp main.cpp)