mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
29 lines
651 B
JSON
29 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"
|
||
|
}
|