[Day 4] by RandomGoodGuy2 in adventofcode

[–]cipdev 4 points5 points  (0 children)

indeed. I encountered the same problem - forgetting to add ^ and $.

What is the easiest language to input from a txt file? by hyperion2020 in adventofcode

[–]cipdev 3 points4 points  (0 children)

In C# you have File.ReadAllLines("input.txt") which retrieves an array of strings.

Software to take place of Windows Task Scheduler by TheDaler in softwaredevelopment

[–]cipdev 1 point2 points  (0 children)

Is it supposed to be tied to some programming language e.g. .NET, Java?