mirror of
https://github.com/Smaug123/AdventOfCode2021
synced 2025-10-12 03:08:42 +00:00
Day 6 (#2)
This commit is contained in:
14
Test/TestDay6.fs
Normal file
14
Test/TestDay6.fs
Normal 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
|
Reference in New Issue
Block a user