- π Introduction
- π₯οΈ Table of Contents of the puzzles
- π Accomplishments
- π Credits
This is a repository for my solutions to the Advent of Code 2022 puzzles.
I'm using this as an opportunity to use every language I can think of to solve the puzzles. I'm also using this as an opportunity to learn more about the languages I'm using.
I'm also using this as an opportunity to learn Unit Testing and Test Driven Development (TDD).
My main goal here is just to follow regular training and practice and developping something else than applications (Bot, Website, Software, etc..).
Day | Title | Logo | Made With | Unit Test | GitDir | Stars |
---|---|---|---|---|---|---|
Day 1 | Calorie Counting | C++ | CppUnit | GitDir | ββ | |
Day 2 | Rock Paper Scissors | NodeJs | Mocha | GitDir | ββ | |
Day 3 | Rucksack Reorganization | Java | JUnit5 | GitDir | ββ | |
Day 4 | Camp Cleanup | C# | NUnit | GitDir | ββ | |
Day 5 | Supply Stacks | TypeScript | Jest | GitDir | ββ | |
Day 6 | Tuning Trouble | PHP | PHPUnit | GitDir | ββ | |
Day 7 | No Space Left On Device | Python | PyTest | GitDir | ββ | |
Day 8 | Treetop Tree House | Julia | Test | GitDir | ββ | |
Day 9 | Rope Bridge | Kotlin | JUnit5 | GitDir | ββ | |
Day 10 | Cathode-Ray Tube | Ruby | Test::Unit | GitDir | ββ | |
Day 11 | Monkey in the Middle | Go | GoTest | GitDir | ββ | |
Day 12 | Hill Climbing Algorithm | Rust | RustTest | GitDir | ββ | |
Day 13 | Distress Signal | Perl | Perl::Test | GitDir | ββ | |
Day 14 | Regolith Reservoir | C | CTest | GitDir | ββ | |
Day 15 | Beacon Exclusion Zone | CLisp | CLisp Test | GitDir | ββ | |
Day 16 | Proboscidea Volcanium | D | D.Test | GitDir | ββ | |
Day 17 | Pyroclastic Flow | Q Lang | None | GitDir | ββ | |
Day 18 | Boiling Boulders | F# | F# | GitDir | ββ | |
Day 19 | Not Enough Minerals | Scala | Scala | GitDir | ββ | |
Day 20 | Grove Positioning System | Clojure | Clojure | GitDir | ββ | |
Day 21 | Monkey Math | Haskell | Haskell | GitDir | ββ | |
Day 22 | Monkey Map | Nim | Nim | GitDir | ββ | |
Day 23 | Unstable Diffusion | Elixir | ElixirUTest | GitDir | ββ | |
Day 24 | Blizzard Basin | Dart | Dart | GitDir | ββ | |
Day 25 | Full of Hot Air | Raku | None | GitDir | ββ |
# Bash Command is available with the file "clear.sh"
# You can use it with the command "sh clear.sh"
:: CMD Command is available with the file "clear.cmd"
:: You can use it with the command ".\clear.cmd"
I've submitted that repository to the Advent of Code 2022 reddit thread. I've been able to be elected as one of the 10 best repositories of the year. I'm very proud of that ! Such a great success for my first year of participation.
Archive WebSite Hey Mama I'm here :D
I'm also proud of following the whole month of December with a daily commit !
All rights are reserved by the creators of the Advent of Code puzzles. The statements for the puzzles are copied from the Advent of Code website.