exercism/c/queen-attack/.exercism/config.json

28 lines
651 B
JSON

{
"authors": [
"RealBarrettBrown"
],
"contributors": [
"bcc32",
"h-3-0",
"patricksjackson",
"QLaille",
"ryanplusplus",
"wolf99"
],
"files": {
"solution": [
"queen_attack.c",
"queen_attack.h"
],
"test": [
"test_queen_attack.c"
],
"example": [
".meta/example.c"
]
},
"blurb": "Given the position of two queens on a chess board, indicate whether or not they are positioned so that they can attack each other.",
"source": "J Dalbey's Programming Practice problems",
"source_url": "https://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
}