mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 13:40:13 -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);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
// typeof(Util) is not technically correct since what we need is the "default namespace,"
|
||||
|
Reference in New Issue
Block a user