Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabrena/advent-of-code-2023
https://github.com/jabrena/advent-of-code-2023
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jabrena/advent-of-code-2023
- Owner: jabrena
- License: apache-2.0
- Created: 2023-12-02T08:42:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-04T21:13:42.000Z (12 months ago)
- Last Synced: 2024-10-11T03:14:45.391Z (about 1 month ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of code 2023
[![Java CI](https://github.com/jabrena/advent-of-code-2023/actions/workflows/maven.yml/badge.svg?branch=main)](https://github.com/jabrena/advent-of-code-2023/actions/workflows/maven.yml)
```bash
mvn verifymvn prettier:write
./mvnw versions:display-dependency-updates
./mvnw versions:display-plugin-updates
./mvnw versions:set -DnewVersion=0.3.0-SNAPSHOT
./mvnw versions:commit -DprocessAllModules
```## References
- https://adventofcode.com/
- https://www.reddit.com/r/adventofcode/search?q=flair_name%3A%22SOLUTION%20MEGATHREAD%22&restrict_sr=1