https://github.com/deriegle/adventofcode
Advent of Code 2020 Solutions
https://github.com/deriegle/adventofcode
Last synced: 3 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 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T10:13:12.000Z (over 4 years ago)
- Last Synced: 2025-03-20T05:41:38.705Z (3 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- 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.