22 lines
354 B
JSON
22 lines
354 B
JSON
{
|
|
"blurb": "Learn about pointers by creating a simple voting system.",
|
|
"authors": [
|
|
"andrerfcsantos"
|
|
],
|
|
"contributors": [],
|
|
"files": {
|
|
"solution": [
|
|
"election_day.go"
|
|
],
|
|
"test": [
|
|
"election_day_test.go"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.go"
|
|
],
|
|
"editor": [
|
|
"election_result.go"
|
|
]
|
|
}
|
|
}
|