Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)