https://github.com/matsuuu/advent-of-code-2020
https://github.com/matsuuu/advent-of-code-2020
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matsuuu/advent-of-code-2020
- Owner: Matsuuu
- Created: 2020-12-01T19:35:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T07:28:34.000Z (over 4 years ago)
- Last Synced: 2025-02-12T03:18:39.692Z (4 months ago)
- Language: Java
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄🎄 Advent of Code 🎄🎄
This is my AoC repo in which I hope I will have time to do as many of the assignments as possible
## Running the project
Navigate to aoc
```bash
cd aoc
```Run the test for wanted day with the `solve` script
```bash
./solve One
```Creating a new day
- Copy the Test file
- Change import & class name
- Create matching base class
- Solve