advent-of-code-2024/advent-of-code-2024.ipkg
2024-12-03 04:04:36 -05:00

19 lines
315 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
executable = advent-of-code-2024
main = Main
modules = Main, Utils, AllDays,
Data.Problem,
Day1.Part1, Day1.Part2,
Day2.Part1