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
- Host: GitHub
- URL: https://github.com/zebalu/advent-of-code-2017
- Owner: zebalu
- License: apache-2.0
- Created: 2022-08-13T17:26:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T05:28:18.000Z (over 3 years ago)
- Last Synced: 2025-01-19T18:44:14.036Z (10 months ago)
- Topics: advent-of-code, advent-of-code-2017, adventofcode, adventofcode2017, fun, groovy
- Language: Groovy
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)