My solutions in F# and Python for Advent of Code 2021 and 2022
# Clone this repository $ git clone https://github.com/vittoboa/advent-of-code # Go into the solution directory of the day you wish to run, for example for day 1: $ cd advent-of-code/2021/Day01 # Run it $ dotnet run
# Clone this repository $ git clone https://github.com/vittoboa/advent-of-code # Go into the solution directory of the day you wish to run, for example for day 1: $ cd advent-of-code/2022/Day01 # Run it $ python program.py