thermoweb / aoc-2023-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In order to download inputs, you have to retrieve your session cookie from https://adventofcode.com/ and then add it in a file .adventofcode.session at your home folder.

If you want to use the aoc-maven-plugin to launch commands you have to add this in your ${user.home}/.m2/settings.xml:

<pluginGroups>
    <pluginGroup>org.thermoweb</pluginGroup>
</pluginGroups>

Then you can use it like this:

mvn aoc:download

build project jar

mvn clean install -DskipTests

then you can launch the download from project root folder :

./aoc download --day 1

to generate day files execute:

./aoc scaffold --day 1

About


Languages

Language:Java 99.5%Language:Shell 0.5%