Skip to content

Commit

Permalink
Fix stars table (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkopec87 authored Nov 28, 2024
1 parent 1e737c0 commit 54ce74b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ library. The sample input files are not original ones, but created by myself.

| Year | Stars | Days completed |
|:----:|:-------------------------------------------------------------------:|:----------------------------------------------------------------:|
| 2023 | ![](https://img.shields.io/badge/2023%20stars%20⭐-50-yellow) | ![](https://img.shields.io/badge/2023%20days%20completed-25-red) |
| 2024 | ![](https://img.shields.io/badge/2024%20stars%20⭐-0-yellow) | ![](https://img.shields.io/badge/2024%20days%20completed-0-red) |
| 2023 | ![](https://img.shields.io/badge/2023%20stars%20⭐-50-yellow) | ![](https://img.shields.io/badge/2023%20days%20completed-25-red) |
| 2022 | ![](https://img.shields.io/badge/2022%20stars%20⭐-50-yellow) | ![](https://img.shields.io/badge/2022%20days%20completed-25-red) |
| 2021 | ![](https://img.shields.io/badge/2021%20stars%20⭐-50-yellow) | ![](https://img.shields.io/badge/2021%20days%20completed-25-red) |
| 2020 | ![](https://img.shields.io/badge/2020%20stars%20⭐-6-yellow) | ![](https://img.shields.io/badge/2020%20days%20completed-3-red) |
Expand Down
1 change: 1 addition & 0 deletions src/2024/01/sample_input.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO

0 comments on commit 54ce74b

Please sign in to comment.