package advent-of-code-2024 version = 0.0 brief = "Advent of Code 2024" authors = "Kiana Sheibani" license = "MIT" sourcedir = "src" langversion >= 0.6.0 executable = advent-of-code-2024 main = Main modules = Main, Utils, AllDays, Data.Problem, Day1.Part1