SimpleHotReload

Actions Status Actions Status Actions Status Actions Status

a hot reloading demo

tks to TheLartians’s ModernCppStarter

cmake -S all -B build
cmake --build build
# format
cmake --build build --target format
cmake --build build --target fix-format
cmake --build build --target GenerateDocs