Skip to content

Commit

Permalink
Fix remaining pop-count references
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Feb 3, 2024
1 parent 57d4d51 commit 7043368
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/eliuds-eggs/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
],
"files": {
"solution": [
"pop-count.arr"
"eliuds-eggs.arr"
],
"test": [
"pop-count-test.arr"
"eliuds-eggs-test.arr"
],
"example": [
".meta/example.arr"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use context essentials2020

include file("pop-count.arr")
include file("eliuds-eggs.arr")

#|
When working offline, all tests except the first one are skipped by default.
Expand Down

0 comments on commit 7043368

Please sign in to comment.