mcebular/advent-of-code-2025
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Advent of Code 2025 ------------------- You'll need FreePascal compiler (fpc) installed. To run: fpc dayXX.pas && ./dayXX To run with arguments: fpc dayXX.pas && ./dayXX arg1 arg2 Additional requirements: ------------------------ None so far.