/advent-of-code

My solutions in F# and Python to Advent of Code

Primary LanguageF#

Advent Of Code

My solutions in F# and Python for Advent of Code 2021 and 2022

Run F# solutions for Advent of Code 2021

# 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

Run Python solutions for Advent of Code 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/2022/Day01

# Run it
$ python program.py