Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 256 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 256 Bytes

2021 Advent of Code solutions

This repo contains solutions to the 2021 Advent of Code challenges. Each day's challenge shows up in its own folder. To run the solution:

cd 1_sonar_sweep
ruby ./solution.rb

That's it!