Skip to content

Commit

Permalink
fix: correct author and positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeng committed Oct 18, 2023
1 parent a35551b commit 1e7e7fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
27 changes: 15 additions & 12 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,21 @@
],
"difficulty": 3
},
{
"slug": "pop-count",
"name": "Pop Count",
"uuid": "356e2d29-7efc-4fa3-bec7-8b61c3e967da",
"practices": ["loops"],
"prerequisites": [
"basics",
"lists",
"list-methods",
"loops",
"strings",
"string-methods"
],
"difficulty": 3
},
{
"slug": "simple-cipher",
"name": "Simple Cipher",
Expand Down Expand Up @@ -2121,18 +2136,6 @@
],
"difficulty": 9
},
{
"slug": "pop-count",
"name": "Pop Count",
"uuid": "356e2d29-7efc-4fa3-bec7-8b61c3e967da",
"practices": ["loops"],
"prerequisites": [
"basics",
"conditionals",
"numbers"
],
"difficulty": 3
},
{
"slug": "accumulate",
"name": "Accumulate",
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/pop-count/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"authors": [],
"authors": ["vaeng"],
"files": {
"solution": [
"pop_count.py"
Expand Down

0 comments on commit 1e7e7fc

Please sign in to comment.