2021aoc/Day2.cs

4 lines
85 B
C#

// #define Day2
#if Day2
var toBeDefined = File.ReadAllLines("day2/input");
#endif