A visual logic gate simulator.

- CMake 4.1.1+
- C++23 compiler (MSVC 2022, GCC 13+, or Clang 17+)
mkdir build
cd build
cmake ..
cmake --build . --config ReleaseRun the executable from the build directory:
# Windows
.\Release\LogicSimulator.exeMade for PwJCpp course