Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T22:36:09.000Z (over 1 year ago)
- Last Synced: 2024-10-12T16:15:21.335Z (3 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
[![Build Status](https://github.com/jwcarman/adventofcode2020/workflows/Master%20Build/badge.svg)](https://github.com/jwcarman/adventofcode2020/actions?query=workflow%3A%22Master+Build%22)
[![License](http://img.shields.io/:license-apache-brightgreen.svg)](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)