Based on Advent of Code 2021,
Go to the AoC site adventofcode.com, sign up, and go to the "Leaderboard" tab. Click on "Private Leaderboard" and enter the following Join-Code: "1525364-55967b56".
The scores are determined by the amount of stars 🌟 each player gets. A tie is broken by the least amount of time that a player got the recent star.
In order to organize our code, please upload your code to a folder with the coresponding day:
Open a folder with your username, in which you should have 5 files:
input.txt, answer_part1.txt, answer_part2.txt, solution_part1., solution_part2. where: input.txt has your specific puzzle input, solution* is your code for solving the puzzle in language of your choice, answer* is the result of executing solution* on input.txt.
Create a branch with your solution and a PR and I will authorize it.
- Of course, you can join the fun and solve puzzels without entering the contest. You don't have to upload your code and neither to join the AoC leaderboard.
- The winners will be determined based on the AoC leaderboard.
- Beautiful and creative solutions would be acknowledged and shared so everyone could learn from them.