Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 453 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 453 Bytes

My adventures with Advent of Code

This repository contains my solutions to the Advent of Code puzzles.

I started doing these puzzles in 2020, and I'm trying to do them using either Ruby or Go. I'm also trying to do them in a test-driven way. Each puzzle starts with providing input data and writing the tests for the expected output.

Then I write the code to make the tests pass, and this is where the fun begins! 😅