No description
Find a file
LukeHjo 855538e3a2 Refactor input reading to inline GetLines() calls
Refactored DayXX.cpp files to read input lines directly via ElfInput::FromFile(path, logger_).GetLines(), removing unnecessary intermediate ElfInput variables for improved code clarity and conciseness. No change to program logic or functionality.
2025-12-11 09:03:15 +01:00
Headers update: my sanity has been preserved 2025-12-11 08:38:07 +01:00
Solutions Refactor input reading to inline GetLines() calls 2025-12-11 09:03:15 +01:00
.gitattributes Add .gitattributes and .gitignore. 2025-12-07 23:24:09 +01:00
.gitignore feat: Refactor .gitignore, update AoC2025.cpp, remove test inputs, and add Generate-Input.ps1 script 2025-12-08 00:42:49 +01:00
AoC2025.slnx feat: Refactor .gitignore, update AoC2025.cpp, remove test inputs, and add Generate-Input.ps1 script 2025-12-08 00:42:49 +01:00
AoC2025.vcxproj update: What did I do to deserve this?! 2025-12-10 07:54:12 +01:00
AoC2025.vcxproj.filters update: What did I do to deserve this?! 2025-12-10 07:54:12 +01:00
Generate-Input.ps1 feat: Refactor .gitignore, update AoC2025.cpp, remove test inputs, and add Generate-Input.ps1 script 2025-12-08 00:42:49 +01:00
Main.cpp update: my sanity has been preserved 2025-12-11 08:38:07 +01:00