Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cortinico/adventofcode-2023

🎅 Marry XMas 🎄 Kotlin solutions for my Advent of Code 2023 🤶
https://github.com/cortinico/adventofcode-2023

advent-of-code adventofcode aoc-2023-in-kotlin aoc2023

Last synced: 7 days ago
JSON representation

🎅 Marry XMas 🎄 Kotlin solutions for my Advent of Code 2023 🤶

Awesome Lists containing this project

README

        

# Advent of Code 2023 🎄

[![AoC2023](https://img.shields.io/badge/%20%F0%9F%8E%84adventofcode-2023-red)](https://adventofcode.com/2023) ![Language](https://img.shields.io/github/languages/top/cortinico/adventofcode-2023?color=blue&logo=kotlin)
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/cortinico)

```kotlin
val aMessageFromMe = """
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
WW ___ __ ____ ___ ___ _ _ WW
WW | V \ / _ ) / __| / __| | | | | WW
WW | /\ /\ | ( (/ /_ | / | / \ \_| | WW
WW |_||_||_| \_____| |_| |_| \__ | WW
WW | | WW
WW _.-"""-. _/ / WW
WW _/_______ `. |__/ WW
WW / _______ \ \ WW
WW \/,-. ,-.\/ \ WW
WW ()>= =<()`._ \_ WW
WW ,-(.--(_)--.)`-.`(_) WW
WW ,' /.-'\_/`-.\ `. WW
WW / / `-' \ \ WW
WW ,' \ / `. WW
WW / _ `. ,' _ \ WW
WW / _/ `-._.-' \_ \ WW
WW /_______| -|O |_______\ WW
WW {________}______|_______{________} WW
WW ,' _ \(_____[|_=]______) / _ `. WW
WW / / `'--------------------`' \ \ WW
WW `---' |_____________________| `---' WW
WW |_____|_____|_____| WW
WW |__|_____|_____|__| WW
WW _ |_____|_____|_____| hjw WW
WW | | _ WW
WW | | (_) _ WW
WW ___ | |__ ___ _ ___ | |_ ___ _ ____ ___ WW
WW / _| | _ \ / __|| | / __| | _|| V \ / _ | / __| WW
WW( (_ | | \ || / | | \__ \ | | | /\ /\ |( (_| | \__ \ WW
WW \___| |_| |_||_| |_| |___/ |_| |_||_||_| \____| |___/ WW
WW WW
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
"""
```

Kotlin solutions for my [Advent of Code 2023](https://adventofcode.com/2023).
If you're looking for the 2021 solutions (almost all of them!), [you can find it here](https://github.com/cortinico/adventofcode-2021).
If you're looking for the 2020 solutions, [you can find it here](https://github.com/cortinico/adventofcode-2020).

If you enjoyed the event, don't forget to [support the event](https://adventofcode.com/2023/support) ❤️.

## License 📄

This code in this repository is licensed under the MIT License - see the [License](LICENSE) file for details