advent-of-code-2024/advent-of-code-2024.ipkg
2024-12-05 06:11:13 -05:00

22 lines
401 B
Plaintext

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