Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/summasmiff/adventofcode
🎄
https://github.com/summasmiff/adventofcode
advent-of-code adventofcode2018
Last synced: about 1 month ago
JSON representation
🎄
- Host: GitHub
- URL: https://github.com/summasmiff/adventofcode
- Owner: summasmiff
- Created: 2017-12-06T02:56:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T15:56:26.000Z (about 6 years ago)
- Last Synced: 2024-11-28T03:26:54.412Z (about 2 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}`