Skip to content

vittoboa/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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