Go to file
Parnic 49e1e667a8 Fix input redirection for hyperfine
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.
2021-12-14 12:14:14 -06:00
2021-12-05 11:19:10 -06:00
2021-12-14 12:01:35 -06:00
2021-12-14 12:14:14 -06:00
2021-12-10 13:46:41 -06:00
2021-12-02 10:03:00 -06:00
2021-12-01 08:00:40 -06:00
2021-12-01 08:00:40 -06:00
2021-12-10 13:46:41 -06:00
2021-12-10 13:46:41 -06:00
2021-12-01 08:03:21 -06:00

Advent of Code 2021

My solutions to Advent of Code 2021.

Description
No description provided
Readme 366 KiB
Languages
C# 94.8%
JavaScript 3.1%
Rust 1.2%
Go 0.9%