La simu multi-agents qui repeint une image, mais en c++ Boilerplate pompé ici : https://github.com/andrew-r-king/sfml-vscode-boilerplate
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567
  1. #define CATCH_CONFIG_RUNNER
  2. #include <catch2/catch.hpp>
  3. int main(const int argc, const char* argv[])
  4. {
  5. return Catch::Session().run(argc, argv);
  6. }