mirror of
https://github.com/Smaug123/AdventOfCode2022
synced 2025-10-06 10:08:42 +00:00
Day 17 (#27)
This commit is contained in:
@@ -22,8 +22,8 @@ Valve JJ has flow rate=21; tunnel leads to valve II
|
||||
|
||||
[<Test>]
|
||||
let ``seq behaviour`` () =
|
||||
Day16.ofSeq [ 1 ; 2 ; 3 ; 16 ]
|
||||
|> Day16.toSeq
|
||||
IntSet.ofSeq [ 1 ; 2 ; 3 ; 16 ]
|
||||
|> IntSet.toSeq
|
||||
|> List.ofSeq
|
||||
|> shouldEqual [ 1 ; 2 ; 3 ; 16 ]
|
||||
|
||||
|
Reference in New Issue
Block a user