Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mcpringle/adventofcode
- Owner: McPringle
- License: agpl-3.0
- Created: 2024-12-01T20:44:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-18T17:25:57.000Z (24 days ago)
- Last Synced: 2024-12-26T03:24:01.908Z (16 days ago)
- Language: Java
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 .