https://github.com/eoinkelly/advent_of_code_2018
https://github.com/eoinkelly/advent_of_code_2018
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eoinkelly/advent_of_code_2018
- Owner: eoinkelly
- Created: 2018-12-01T09:59:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T08:53:52.000Z (almost 7 years ago)
- Last Synced: 2025-01-07T08:48:41.612Z (9 months ago)
- Language: Elixir
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2018
https://adventofcode.com/2018
```
# Run puzzles$ mix day1
$ mix day2
# etc.
```