exercism/c/binary/.exercism/config.json
2024-08-14 17:30:14 -04:00

32 lines
673 B
JSON

{
"authors": [
"antony-jr"
],
"contributors": [
"bcc32",
"deathsec",
"Gamecock",
"h-3-0",
"patricksjackson",
"QLaille",
"RealBarrettBrown",
"ryanplusplus",
"wolf99"
],
"files": {
"solution": [
"binary.c",
"binary.h"
],
"test": [
"test_binary.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"blurb": "Convert a binary number, represented as a string (e.g. '101010'), to its decimal equivalent using first principles.",
"source": "All of Computer Science",
"source_url": "https://www.wolframalpha.com/examples/mathematics/numbers/base-conversions"
}