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

https://github.com/networkexception/adventofcode

networkException's Advent of Code solutions
https://github.com/networkexception/adventofcode

adventofcode

Last synced: 10 months ago
JSON representation

networkException's Advent of Code solutions

Awesome Lists containing this project

README

          

# AdventOfCode

networkException's Advent of Code solutions

## 2022

[![About](https://img.shields.io/badge/Advent%20of%20Code-About-E50000)](https://adventofcode.com/2022/about)
[![Days completed](https://img.shields.io/badge/Days%20completed-1-FF8D00)](https://github.com/networkException/AdventOfCode)
[![Stars](https://img.shields.io/badge/Stars-2-FFEE00)](https://github.com/networkException/AdventOfCode)
[![Language](https://img.shields.io/badge/Language-Kotlin-028121)](https://kotlinlang.org/)
![Environment](https://img.shields.io/badge/Environment-JVM-004cff)
[![License: BSD-2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-770088.svg)](https://spdx.org/licenses/BSD-2-Clause.html)

### Check out other solutions

+ Andreas Kohler's [git.schmarrn.dev/andi/aoc2022](https://git.schmarrn.dev/andi/aoc2022) using `Rust`
+ Daan Breur's [github.com/daanbreur/AdventofCode/rust2022](https://github.com/daanbreur/AdventofCode/tree/master/rust2022) using `Rust`
+ Gewi413's [github.com/Gewi413/AdventOfCode#2022](https://github.com/Gewi413/AdventOfCode/tree/2022) using `Kotlin`
+ Hax's [github.com/Schlauer-Hax/advent-of-code](https://github.com/Schlauer-Hax/advent-of-code) using `TypeScript` and `Java`
+ Jonas' [github.com/J0B10/AOC-2022](https://github.com/J0B10/AOC-2022)
+ LeMoonStar's [git.unitcore.de/LeMoonStar/AoC22](https://git.unitcore.de/LeMoonStar/AoC22) using `Rust`
+ Niklas' [github.com/derNiklaas/Advent-of-Code-2022](https://github.com/derNiklaas/Advent-of-Code-2022) using `Kotlin`
+ Sammy's [github.com/1Turtle/AdventofCode/2022](https://github.com/1Turtle/AdventOfCode/tree/main/2022) using `Lua`
+ Trojaner's [github.com/TrojanerHD/AdventofCode2022](https://github.com/TrojanerHD/AdventofCode2022) using `TypeScript`
+ noeppi_noeppi's [github.com/noeppi-noeppi/aoc#2022](https://github.com/noeppi-noeppi/aoc/tree/master/2022) using a different language every day

## Previous years

Previous solutions can be found on different branches in this repository:

+ [github.com/networkException/AdventOfCode#2019](https://github.com/networkException/AdventOfCode/tree/2019) using `Java`
+ [github.com/networkException/AdventOfCode#2020](https://github.com/networkException/AdventOfCode/tree/2020) using `TypeScript`
+ [github.com/networkException/AdventOfCode#2021](https://github.com/networkException/AdventOfCode/tree/2021) using `TypeScript`