Where I store and track my participation in Advent of code
Language | Supported Testing Library | Supported Version |
---|---|---|
Python | Pytest | 3.11 |
JS | jest | Node 20.9 LTS |
Rust | test* | 1.74 |
GoLang | testing*, testify | 1.21 |
Java | Junit | Java 21 |
Kotlin | Junit | 1.9.21 |
* Standard Library
Github actions produce a report artifact that shows the results of each problem. (example below)
AoC0000/day_00/golang ⭐
AoC0000/day_00/java ⭐
AoC0000/day_00/js ⭐
AoC0000/day_00/kotlin ⭐
AoC0000/day_00/python ⭐
AoC0000/day_00/rust ⭐
---------------------------------
6/6 passed
See CONTRIBUTING.md on how to add support for your own language