19 lines
282 B
Plaintext
19 lines
282 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
|
||
|
|