mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 23:30:48 -05:00
32 lines
673 B
JSON
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"
|
|
}
|