Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Christmas Tree

# 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: daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8

Kotlin: 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
```