Skip to content

Primetalk/advent-tools

Repository files navigation

Advent-tools

Tools for solving Advent of Code puzzles (and solutions to some of them).

Getting started

  1. Clone project
git clone git@github.com:/Primetalk/advent-tools.git
cd advent-tools
  1. Build
mill advent.compile

A new build script is added to the project - build.gradle.kts.

./gradlew :advent:compileScala
  1. Generate IntelliJ Idea project
mill mill.scalalib.GenIdea/idea

Idea can import the project from gradle script.

  1. REPL
mill -i advent.repl
  1. Loading daily input
curl https://adventofcode.com/2019/day/2/input -o advent/src/main/resources/org/primetalk/advent2019/day2.txt

Unfortunately, this doesn't work. It requires authentication.

About

Tools for solving Advent of Code puzzles (and solutions to some of them)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages