Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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) | | |