Skip to content

My adventures with writing code in December(s)

Notifications You must be signed in to change notification settings

lubieniebieski/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 😅