https://github.com/emadb/aoc_2024
https://github.com/emadb/aoc_2024
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emadb/aoc_2024
- Owner: emadb
- Created: 2024-12-01T11:11:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T20:05:16.000Z (over 1 year ago)
- Last Synced: 2025-06-03T10:10:56.877Z (about 1 year ago)
- Language: Elixir
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024
[https://adventofcode.com](https://adventofcode.com)
### Generators
Run `mix gen N` (where N is a number: `1..25`) to generate the files for the day (inputs, test and module)
Run `mix day N` to run the module of day N
_Note_
The input files are not in this repository. You have to donwload them and put them in `./lib/inputs` folder.