You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Christmas themed project determines what kind of gift every child will receive. The use: learning design patterns, writing generic code that can be changed afterwards, following a certain coding style and commenting style.
This repository contains my solutions for the Advent of Code challenge series, implemented in Java. Advent of Code is an annual set of holiday-themed programming puzzles released every December.
This is an implementation of the Secret Santa tradition, where each designated individual (giver) receives an anonymous email containing the name of another participant (receiver), as determined by the specific ruleset.