Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🤶
- Host: GitHub
- URL: https://github.com/cortinico/adventofcode-2023
- Owner: cortinico
- License: mit
- Created: 2023-11-25T15:21:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:13:48.000Z (about 2 months ago)
- Last Synced: 2024-09-09T14:35:13.390Z (about 2 months ago)
- Topics: advent-of-code, adventofcode, aoc-2023-in-kotlin, aoc2023
- Language: Kotlin
- Homepage:
- Size: 627 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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