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

https://github.com/zebalu/advent-of-code-2017

Groovy 4 solutions for aoc2017
https://github.com/zebalu/advent-of-code-2017

advent-of-code advent-of-code-2017 adventofcode adventofcode2017 fun groovy

Last synced: about 1 month ago
JSON representation

Groovy 4 solutions for aoc2017

Awesome Lists containing this project

README

          

# Advent of code 2017
Groovy 4 solutions for aoc2017

## How to run

./gradlew run

## How to add your input

All input file can be founf int `aoc2017/src/main/resources` folder. Put there yours and execute the project again.

## Performance

Very varying day-by-day; ~1 min for all 49 solutions, on my (not too powerful) machine, with my inputs.

I have measured it with Java 17 (Liberica 17 full JDK)