https://github.com/summasmiff/adventofcode
🎄
https://github.com/summasmiff/adventofcode
advent-of-code adventofcode2018
Last synced: 8 months ago
JSON representation
🎄
- Host: GitHub
- URL: https://github.com/summasmiff/adventofcode
- Owner: summasmiff
- Created: 2017-12-06T02:56:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T15:56:26.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T15:15:17.626Z (10 months ago)
- Topics: advent-of-code, adventofcode2018
- Language: Elixir
- Homepage:
- Size: 2.76 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode
My Advent of Code solutions
## Installation
Compile by running `mix escript.build`
To run:
`./aoc #{day_number} #{input}`