Skip to content

Commit

Permalink
Fix file names
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Feb 15, 2024
1 parent 3415cba commit 99bebdf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions exercises/practice/eliuds-eggs/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
{
"authors": [
"BNAndras"
],
"authors": ["BNAndras"],
"files": {
"solution": [
"src/pop_count.gleam"
],
"test": [
"test/pop_count_test.gleam"
],
"example": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
"solution": ["src/pop_count.gleam"],
"test": ["test/pop_count_test.gleam"],
"example": [".meta/example.gleam"],
"invalidator": ["gleam.toml", "manifest.toml"]
},
"blurb": "Help Eliud count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.",
"source": "Christian Willner, Eric Willigers",
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5"
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-eliuds-eggs/7632/5"
}

0 comments on commit 99bebdf

Please sign in to comment.