mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 21:41:53 -05:00
Don't process twice if the file exists on disk
This commit is contained in:
@ -46,6 +46,8 @@ internal static class Util
|
|||||||
{
|
{
|
||||||
processor(line);
|
processor(line);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// typeof(Util) is not technically correct since what we need is the "default namespace,"
|
// typeof(Util) is not technically correct since what we need is the "default namespace,"
|
||||||
|
Reference in New Issue
Block a user