Advent of Code 2022 Adding a new project: mkdir 01 dotnet new console -lang "F#" Running a project: dotnet run Reference Here are some repos for others solving AOC2022 in F#. As I'm new to F#, I hope to review their approaches afterwards and learn better practices. https://github.com/jovaneyck/advent-of-code-2022 try some tests, like: https://github.com/jovaneyck/advent-of-code-2022/blob/main/day%2003/part1.fsx#L46-L53 https://github.com/mallibone/AoC2022 https://github.com/gustavgahm/advent-of-code-2022/ try console color https://github.com/gustavgahm/advent-of-code-2022/blob/main/03/Output.fs try using local modules https://github.com/gustavgahm/advent-of-code-2022/blob/main/03/AdventOfCode.fsproj#L8-L14 try path libs https://github.com/gustavgahm/advent-of-code-2022/blob/main/03/Input.fs#L6