ben
/
aoc
1
0
Fork 0
my advent of code solutions in c#
Go to file
Ben Harris e7d1481a89
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is passing Details
Count != 0 is preferred over empty Any() call
2023-11-26 00:50:28 -05:00
AOC.Common spacing 2023-11-25 22:54:09 -05:00
AOC.Test spacing 2023-11-25 22:54:09 -05:00
AOC2015 use expression body for test methods 2023-11-25 13:46:47 -05:00
AOC2016 use a plain for loop instead of Enumerable.Range 2023-11-25 23:28:40 -05:00
AOC2017 use primary constructor from c# 12 2023-09-20 14:38:58 -04:00
AOC2018 use primary constructor from c# 12 2023-09-20 14:38:58 -04:00
AOC2019 Count != 0 is preferred over empty Any() call 2023-11-26 00:50:28 -05:00
AOC2020 Count != 0 is preferred over empty Any() call 2023-11-26 00:50:28 -05:00
AOC2021 Count != 0 is preferred over empty Any() call 2023-11-26 00:50:28 -05:00
AOC2022 Count != 0 is preferred over empty Any() call 2023-11-26 00:50:28 -05:00
AOC2023 use expression body for test methods 2023-11-25 13:46:47 -05:00
.drone.yml fix drone stage naming 2023-09-18 18:16:37 -04:00
.gitignore add files for missing years and start on 2015 puzzles 2022-11-11 13:42:42 -05:00
AdventOfCode.sln use primary constructor from c# 12 2023-09-20 14:38:58 -04:00
DayXX.cs.txt use primary constructor from c# 12 2023-09-20 14:38:58 -04:00
README.md just run a plain test instead of printing every answer 2022-12-13 14:05:19 -05:00
getday.sh default to current day and curl puzzle name from the site 2022-12-09 18:41:00 -05:00
global.json spacing 2023-11-25 22:54:09 -05:00

README.md

advent of code

this is a unified solution for all my c# advent stuff.

imported from my separate repos: