Advent of code
Goal: solve an advent of code puzzle.
Intro
Advent of code is an advent calender with coding challenges. It starts relatively simple. Of course, if you have little experience with coding with eyes closed. It is hard. That is why this a good training. This is a hard exercise. If you succeed, congratulations. You worked hard to get to this point and you can code with eyes close. Practice makes perfect. If this is too hard, try to do another exercises.
The mission
-
Go to adventofcode.com and login. (You can login with github)
-
Solve day 1 part 1.
-
Solve day 1 part 2.
-
Solve as many days as you wish.
-
Try to push your solutions to a repository
Good luck!!