Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poyea/aoc-mmxxii
🎄 Advent of Code MMXXII
https://github.com/poyea/aoc-mmxxii
advent-of-code advent-of-code-2022 adventofcode aoc aoc-2022-in-kotlin aoc2022 christmas kotlin
Last synced: 9 days ago
JSON representation
🎄 Advent of Code MMXXII
- Host: GitHub
- URL: https://github.com/poyea/aoc-mmxxii
- Owner: poyea
- License: mit
- Created: 2022-12-01T09:03:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T23:08:36.000Z (11 months ago)
- Last Synced: 2023-12-04T00:21:21.727Z (11 months ago)
- Topics: advent-of-code, advent-of-code-2022, adventofcode, aoc, aoc-2022-in-kotlin, aoc2022, christmas, kotlin
- Language: Kotlin
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code MMXXII
This year, 2022, we crack the [Advent of Code](https://adventofcode.com/) in Kotlin.
## Running the Solutions
```console
$ ./gradlew run # Goodbye 2022
$ DAY=01 ./gradlew run # Run code on a specific day
$ ./gradlew check # Build and execute test suite
$ ./gradlew -v------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------Build time: 2022-11-25 13:35:10 UTC
Revision: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.5 (Homebrew 17.0.5+0)
OS: Mac OS X 12.6.1 aarch64
```