No description
  • C++ 62.9%
  • Python 37.1%
Find a file
2025-12-07 22:12:21 +01:00
.vscode 🔧 Configure VSCode for cpp 2023-12-01 21:16:36 +01:00
2021 🎉 Create merged repo 2023-02-26 22:19:45 +01:00
2022 🎉 Create merged repo 2023-02-26 22:19:45 +01:00
2023 Add 2023 Day14 Part 1 2023-12-16 15:23:49 +01:00
2024 🎨 Remove unused vector 2024-12-14 17:26:43 +01:00
2025 🐛 Fix output 2025-12-07 21:59:00 +01:00
.clang-format 🔧 Add clang configs 2025-12-01 22:30:25 +01:00
.clangd 🔧 Add clang configs 2025-12-01 22:30:25 +01:00
.gitignore 🙈 Update gitignore 2024-12-05 17:36:07 +01:00
README.md 📝 Change README format 2025-12-07 22:12:21 +01:00
Taskfile.yml 🧑‍💻 Add task new 2025-12-06 22:43:41 +01:00

xychart
    title "Advent of Code"
    x-axis "Année" [2021,2022,2023,2024,2025]
    y-axis "% de complétion" 0 --> 100
    bar [48, 52, 50, 42, 50]
Année Langage %
2021 Python 24 48
2022 Python 26 52
2023 C++ 25 50
2024 C++ 21 42
2025 C++ 12 50