https://github.com/theodesp/advent-of-code
My solutions to the advent of code exercises http://adventofcode.com/
https://github.com/theodesp/advent-of-code
Last synced: 12 months ago
JSON representation
My solutions to the advent of code exercises http://adventofcode.com/
- Host: GitHub
- URL: https://github.com/theodesp/advent-of-code
- Owner: theodesp
- Created: 2017-03-16T11:29:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T18:05:20.000Z (about 9 years ago)
- Last Synced: 2025-04-06T03:27:10.644Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
Doing [Advent of Code](http://adventofcode.com)
All solutions are written in Javascript for now.
# Input
In general, all solutions can be invoked without command-line arguments.
Doing so runs the code on the input corresponding with my user.
Command-line interaction is possible to specify alternates.
Unless otherwise specified, pass one or more filenames containing the desired data, or `-` to use standard input.