https://github.com/maco/advent_of_code
My code for Advent of Code
https://github.com/maco/advent_of_code
advent-of-code advent-of-code-2021 advent-of-code-2024 advent-of-code-2024-elixir advent-of-code-2024-python advent-of-code-elixir advent-of-code-python
Last synced: 21 days ago
JSON representation
My code for Advent of Code
- Host: GitHub
- URL: https://github.com/maco/advent_of_code
- Owner: maco
- Created: 2021-12-02T03:46:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:16:38.000Z (5 months ago)
- Last Synced: 2025-03-28T02:03:45.487Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2024, advent-of-code-2024-elixir, advent-of-code-2024-python, advent-of-code-elixir, advent-of-code-python
- Language: Elixir
- Homepage:
- Size: 173 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
The directory structure is `/{language}/{year}/`
Elixir directory is based on [Mitchell Hanberg's Elixir starter](https://github.com/mhanberg/advent-of-code-elixir-starter)
Python directory is based on [David Brownman's Python starter](https://github.com/xavdid/advent-of-code-python-template)