49e1e667a80b9f5f855042b5e830ded6c22730e2
For some reason, Console.IsInputRedirected is true when run under hyperfine even if we're not redirecting anything. I wonder if hyperfine is opening an input channel in case it's needed? Either way, the fix is pretty simply to try reading from stdin and then falling back to the file on disk if our input set is still empty afterward.
Advent of Code 2021
My solutions to Advent of Code 2021.
Description
Languages
C#
94.8%
JavaScript
3.1%
Rust
1.2%
Go
0.9%