advent-of-code-2024/advent-of-code-2024.ipkg
Kiana Sheibani d87cb7d7ee
fix: remove unnecessary module list from ipkg
This is apparently only necessary for libraries, not for executables.
Good to know!
2024-12-09 00:33:28 -05:00

16 lines
222 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