This project was made with the only purpose - make from a hello world relatively complex algorythm with different base systems, multithreading, polymorphysm, and other dirty things. So, if you want to show someone how to print it in cpp you may show this thing, so they will run away or get a depression)
C++ 20
x86 architechture
Visual Studio 17 2022
CMake >= 3.13
mkdir build && cd build && cmake -G "Visual Studio 17 2022" -A Win32 -S .. && cmake --build . --config Release