kalisjoshua/adventofcode ↗
Created Feb 16, 2021 · View the kalisjoshua/adventofcode repository page
An animated time-lapse of how kalisjoshua/adventofcode was built, commit by commit.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
1
Lines of Code
364
From
Dec 4, 2019
To
Dec 25, 2020
About kalisjoshua/adventofcode
This is a JavaScript project for solving Advent of Code challenges, the annual programming puzzle event that releases a new problem each day in December. The repository provides tooling to streamline the workflow of tackling these problems, with npm scripts to start new daily challenges and run tests against solutions.
The project includes npm commands to bootstrap challenges for the current year or a specified past year, and a testing setup that allows developers to validate their solutions without needing custom runner code. The philosophy emphasizes using tests as the primary mechanism for verifying answers rather than writing separate execution scripts.
The repository is published under the MIT License and appears to be a personal collection of solutions by Joshua T Kalis, designed to support his Advent of Code participation across multiple years.