https://github.com/jwcarman/adventofcode2020
Solutions to the Advent of Code 2020 problems using Java.
https://github.com/jwcarman/adventofcode2020
advent-of-code advent-of-code-2020 aoc aoc2020 java
Last synced: 4 months ago
JSON representation
Solutions to the Advent of Code 2020 problems using Java.
- Host: GitHub
- URL: https://github.com/jwcarman/adventofcode2020
- Owner: jwcarman
- License: apache-2.0
- Created: 2020-12-06T15:30:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T22:36:09.000Z (about 2 years ago)
- Last Synced: 2025-01-13T03:13:47.485Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2020, aoc, aoc2020, java
- Language: Java
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/jwcarman/adventofcode2020/actions?query=workflow%3A%22Master+Build%22)
[](http://www.apache.org/licenses/LICENSE-2.0.html)# Advent of Code 2020
This repository contains my solutions to the [Advent of Code 2020](https://adventofcode.com/2020) challenge.
## Layout
- [Solutions](src/test/java/adventofcode) are written as [JUnit 5](https://junit.org/junit5/) test cases.
- Input files are included in the repo as [test resources](src/test/resources).
- Support classes are written as [production code](src/main/java/adventofcode)