- programming language
- build sources
- build documentation
- test code
for each day you will find a dedicated package. ( e.g package day01
for the puzzles of the first day).
Each will contain a .kt
file with a main
function ( Day01.kt
for day01 puzzles, Day02.kt
for day02 puzzles, etc.. )
Run this with you preferred java tool or command line.
At each push or pull request at the main
branch the github/workflows/testing.yml
is launch.
Unit tests are executed by maven and then published. When you are working on a pull request, results can be show as follow:
Using PIT library for running some mutation tests.
The results are archived as artifact in the action panel: