https://github.com/emadb/aoc_2022
Advent of Code 2022
https://github.com/emadb/aoc_2022
Last synced: 11 months ago
JSON representation
Advent of Code 2022
- Host: GitHub
- URL: https://github.com/emadb/aoc_2022
- Owner: emadb
- Created: 2022-11-28T08:34:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T10:15:58.000Z (over 3 years ago)
- Last Synced: 2025-03-30T03:15:12.715Z (over 1 year ago)
- Language: Elixir
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
[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