Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsejse committed Oct 8, 2024
2 parents 7a51d2a + 4091cf0 commit d4600bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/update_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
('Python', '.py'),
]


class FileCounter:
"""Counts files based on language and extension in the root directory only."""
def __init__(self, languages):
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

| Language | Files Solved |
|----------|--------------|
| C++ | 9 |
| C++ | 8 |
| Python | 1 |
| **Total** | **10** |
| **Total** | **9** |

<!-- END_SOLVED_STATS -->

Expand Down

0 comments on commit d4600bb

Please sign in to comment.