This commit is contained in:
Patrick Stevens
2021-12-06 20:29:21 +00:00
committed by GitHub
parent 8823e76deb
commit ee5106524f
10 changed files with 3187 additions and 0 deletions

14
Test/TestDay6.fs Normal file
View File

@@ -0,0 +1,14 @@
namespace AdventOfCode2021.Test
open AdventOfCode
open Xunit
open FsUnitTyped
module TestDay6 =
[<Fact>]
let ``Part 1`` () = Day6.part1 () |> shouldEqual 365131UL
[<Fact>]
let ``Part 2`` () =
Day6.part2 () |> shouldEqual 1650309278600UL