Go to file
Patrick Stevens ee5106524f Day 6 (#2)
2021-12-06 20:29:21 +00:00
2021-12-06 19:37:55 +00:00
2021-12-06 19:52:52 +00:00
2021-12-06 20:29:21 +00:00
2021-12-06 19:40:04 +00:00
2021-12-06 20:29:21 +00:00
2021-12-06 20:29:21 +00:00
2021-12-06 19:37:55 +00:00
2021-12-06 19:44:21 +00:00
2021-12-06 19:44:21 +00:00
2021-12-06 19:37:55 +00:00

Advent of Code 2021, in F#

I'm not promising to actually do this; my main attempt is in Rust.

These solutions are not designed for great speed (I wouldn't be using .NET if they were!).

A reasonable commit to grab a copy of this repo from is 71832bb035, which is in a fully usable state with Day 1 complete and tested.

Development tips

There are pull request checks on this repo, enforcing Fantomas-compliant formatting. After checking out the repo, you may wish to add a pre-push hook to ensure locally that formatting is complete, rather than having to wait for the CI checks to tell you that you haven't formatted your code. Consider performing the following command to set this up in the repo:

git config core.hooksPath hooks/

Before your first push (but only once), you will need to install the .NET local tools which form part of the pre-push hook:

dotnet tool restore
Description
Advent of Code 2021, in F#
Readme MIT 143 KiB
Languages
F# 92.4%
Python 7.6%