Tanks to Advent of Code
Developed with the Node runtime . Tested with Node version v14.15.1
//inside the solution folder
node index.js
//from the root
node 2015/01-js/index.js
Tested with Python version 3.8.3
//inside the solution folder
python puzzle.py
//from the root
python 2015/03-py/puzzle.py
Tested with Kotlin version 1.7.21 and Java openjdk 17.0.3 2022-04-19
./gradlew run --args 2022/14
- 2020.15.2
Cryptography Euclidean algorithm
(a % kn) % n = a % n
- 2022.11.2 William Y. Feng video
- 2022.16.1 and 2022.16.2 0xdf Video
- 2022.17.2 Salvan13
- 2022.19.1 and 2022.19.2 0xdf Video