JOJ3-config-generator/tests/create/cpp/answers.json
张泊明518370910136 df14ad801b
All checks were successful
build / build (push) Successful in 1m48s
feat: language specific create questions
2025-03-17 19:07:11 -04:00

10 lines
198 B
JSON

{
"name": "hw7 ex2",
"language": "C++",
"stages": ["Compilation", "Cppcheck", "Cpplint", "Clang-Tidy", "Run"],
"attribute": {
"compile_command": "make",
"run_command": "./ex2"
}
}