diff options
author | Crazazy | 2024-12-01 14:15:18 +0100 |
---|---|---|
committer | Crazazy | 2024-12-01 14:15:18 +0100 |
commit | 5ba0d95a80c06a39e65abc52200ee2fd7ee90bda (patch) | |
tree | 5793633e2fa7bcb859ffdcf406bc09ea8bfb6e5f /aoc-2024.ipkg | |
parent | 911796e471b30f7b1d8358e9d9d179852cfebfc5 (diff) |
made some AoC infrastructure
Diffstat (limited to 'aoc-2024.ipkg')
-rw-r--r-- | aoc-2024.ipkg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aoc-2024.ipkg b/aoc-2024.ipkg index c38e564..363c432 100644 --- a/aoc-2024.ipkg +++ b/aoc-2024.ipkg @@ -1,7 +1,7 @@ package aoc -modules = - Day1 +modules = Main + , Day1 depends = contrib sourcedir = "src" -main = Day1 -executable = day1 +main = Main +executable = aoc |