Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emre-one/advent-of-code-2016
My Kotlin implementations of Advent-of-Code-2016 puzzles
https://github.com/emre-one/advent-of-code-2016
advent-of-code advent-of-code-2016 aoc aoc-2016 aoc-2016-in-kotlin kotlin
Last synced: 14 days ago
JSON representation
My Kotlin implementations of Advent-of-Code-2016 puzzles
- Host: GitHub
- URL: https://github.com/emre-one/advent-of-code-2016
- Owner: EmRe-One
- License: apache-2.0
- Created: 2022-11-20T23:56:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T16:59:53.000Z (about 1 year ago)
- Last Synced: 2024-04-14T21:13:15.698Z (9 months ago)
- Topics: advent-of-code, advent-of-code-2016, aoc, aoc-2016, aoc-2016-in-kotlin, kotlin
- Language: Kotlin
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent-of-Code 2016
| Info | Badge |
|-----------------|-----------------------------------------------------------------|
| Written in | ![Kotlin](https://img.shields.io/badge/Kotlin-grey?logo=Kotlin) |
| Finish Level | ![](https://img.shields.io/badge/📅%20days-0-blue) |
| Collected Stars | ![](https://img.shields.io/badge/⭐%20stars-0-green) |## Intro
[Homepage of Advent-of-Code 2016](https://adventofcode.com/2016)
## Solutions
fill the solved puzzles with ⭐
| Day | Test | Solution | Part 1 | Part 2 |
|----------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|:------:|:------:|
| [Day 1](https://adventofcode.com/2016/day/1) | [Day1Test.kt](https://github.com/EmRe-One/advent-of-code-2016/blob/master/src/test/kotlin/de/emreak/adventofcode/days/Day1Test.kt) | [Day1.kt](https://github.com/EmRe-One/advent-of-code-2016/blob/master/src/main/kotlin/de/emreak/adventofcode/days/Day1.kt) | | |