Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcpringle/adventofcode

My Java solutions for the Advent of Code programming puzzles.
https://github.com/mcpringle/adventofcode

Last synced: 14 days ago
JSON representation

My Java solutions for the Advent of Code programming puzzles.

Awesome Lists containing this project

README

        

# Advent of Code

[![All Tests](https://github.com/McPringle/apus/actions/workflows/all-tests.yml/badge.svg)](https://github.com/McPringle/apus/actions/workflows/all-tests.yml)

**This repository contains my personal solutions for the [Advent of Code](https://adventofcode.com/) programming puzzles using the [Java programming language](https://en.wikipedia.org/wiki/Java_(programming_language)).**

## Copyright and License

[AGPL License](https://www.gnu.org/licenses/agpl-3.0.de.html)

*Copyright (C) Marcus Fihlon*

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see .