DEV Community

DR
DR

Posted on

Advent of Code

I just completed the first Advent of Code challenge! This is my first AoC, and I'm doing it in Python this year 🐍

The first challenge involved (for me) reading files, for loops, summing, sorting, lists and getting max values from lists. I haven't worked with Python much recently, so it's a great motivator to be able to get both stars in less than half an hour.

I'll be publishing my solutions on Github this year.

How many of you are doing AoC this year? How'd you do with the first challenge?

Top comments (1)

Collapse
 
kurtissfrost profile image
Kurtiss Frost

I'm pretty new to the coding world so I didn't even know what that was. But, it sounds like a good way to expand your knowledge and to challenge yourself.