Skip to content

Commit

Permalink
fix: change pop-count to eliuds-eggs in c++ specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeng authored Feb 6, 2024
1 parent 98fe060 commit e17012e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions exercises/practice/eliuds-eggs/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"contributors": [],
"files": {
"solution": [
"pop_count.cpp",
"pop_count.h"
"eliuds_eggs.cpp",
"eliuds_eggs.h"
],
"test": [
"pop_count_test.cpp"
"eliuds_eggs_test.cpp"
],
"example": [
".meta/example.cpp",
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/eliuds-eggs/.meta/example.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "pop_count.h"
#include "eliuds_eggs.h"

namespace chicken_coop {
int positions_to_quantity(int display_value) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "pop_count.h"
#include "eliuds_eggs.h"

namespace chicken_coop {

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "pop_count.h"
#include "eliuds_eggs.h"
#ifdef EXERCISM_TEST_SUITE
#include <catch2/catch.hpp>
#else
Expand Down

0 comments on commit e17012e

Please sign in to comment.