Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianaigner/advent-of-code-2018
My solutions for the Advent of Code of 2018
https://github.com/sebastianaigner/advent-of-code-2018
advent-of-code advent-of-code-2018
Last synced: 25 days ago
JSON representation
My solutions for the Advent of Code of 2018
- Host: GitHub
- URL: https://github.com/sebastianaigner/advent-of-code-2018
- Owner: SebastianAigner
- Created: 2018-12-01T13:45:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T00:21:20.000Z (over 3 years ago)
- Last Synced: 2024-11-11T03:14:13.828Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2018
- Language: Kotlin
- Homepage: https://adventofcode.com/2018/
- Size: 119 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2018
Hi and thanks for stopping by! 🤗In this repository, you will find my solutions for the [Advent of Code 2018](https://adventofcode.com/2018/)!
I have decided that my main implementation language will be Kotlin this year.
You can find the individual days in the corresponding folders in `/src/main/kotlin/dayXX` or by [clicking here](https://github.com/SebastianAigner/advent-of-code-2018/tree/master/src/main/kotlin).