Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j0b10/adventofcode2021
This repo contains my code snippets for solving the puzzles from https://adventofcode.com/2021/ using java
https://github.com/j0b10/adventofcode2021
advent-of-code advent-of-code-2021 aoc aoc2021
Last synced: 6 days ago
JSON representation
This repo contains my code snippets for solving the puzzles from https://adventofcode.com/2021/ using java
- Host: GitHub
- URL: https://github.com/j0b10/adventofcode2021
- Owner: J0B10
- Created: 2021-11-03T18:18:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T05:11:08.000Z (about 3 years ago)
- Last Synced: 2024-12-25T07:54:57.966Z (13 days ago)
- Topics: advent-of-code, advent-of-code-2021, aoc, aoc2021
- Language: Java
- Homepage:
- Size: 265 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021
[![About](https://img.shields.io/badge/Advent%20of%20Code%20🎄-2021-brightgreen)](https://adventofcode.com/2021/about)
[![Language](https://img.shields.io/badge/Language-java-red)](https://www.java.com/)
[![Days completed](https://img.shields.io/badge/day%20📅-25-blue)](https://adventofcode.com/2021)
[![Stars](https://img.shields.io/badge/stars%20⭐-34-yellow)](https://adventofcode.com/2021/stats)Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
For more information visit: https://adventofcode.com/2021/about
This year my goal is to complete all tasks and collect all 50 Stars (last year I only managed to get 47) without additional help.
I'm using Java cause that's where I'm most comfortable and quickest.
I'll also take a slightly different approach and use the examples to write short unit tests.Also check out my Github Action for fancy badges: https://github.com/joblo2213/aoc-badges-action
![](https://c.tenor.com/64xntrSiKL0AAAAC/merry-christmas-minions.gif)