1
Fork 0
mirror of https://github.com/RGBCube/AdventOfCode synced 2025-07-27 20:17:43 +00:00

Add day 1 part 1

This commit is contained in:
RGBCube 2023-12-02 16:42:20 +03:00
parent 4ecd58f31e
commit cd153bf92a
No known key found for this signature in database
3 changed files with 133 additions and 0 deletions

View file

@ -20,5 +20,6 @@
in lib.genAttrs [
"2023/1-1"
"2023/1-2"
"2023/2-1"
] pathToResult;
}