Skip to content

Commit

Permalink
configlet fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj committed Oct 23, 2023
1 parent 00f9fe0 commit d39d487
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions exercises/practice/pop-count/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"authors": ["glennj"],
"authors": [
"glennj"
],
"files": {
"solution": ["pop_count.sh"],
"test": ["pop_count.bats"],
"example": [".meta/example.sh"]
"solution": [
"pop_count.sh"
],
"test": [
"pop_count.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Count the 1 bits in a number",
"source": "Christian Willner, Eric Willigers",
Expand Down

0 comments on commit d39d487

Please sign in to comment.