https://github.com/deriegle/adventofcode
Advent of Code 2020 Solutions
https://github.com/deriegle/adventofcode
Last synced: about 2 months ago
JSON representation
Advent of Code 2020 Solutions
- Host: GitHub
- URL: https://github.com/deriegle/adventofcode
- Owner: deriegle
- Created: 2020-12-02T13:55:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T10:13:12.000Z (over 5 years ago)
- Last Synced: 2026-01-24T15:24:28.628Z (5 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code Solutions
## Adding Solution for new day
For 2020 day 3 for example:
```bash
cp -R template 2020/day3
```
Paste your input text into input.txt and start adding your solution to the `2020/day3/index.js` file.