2022-08-24 14:28:45 +02:00

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"
]
}
}