This repository contains my solutions for the challenges on AdventJS. AdventJS is a platform that provides a series of coding challenges to help improve your programming skills.
AdventJS offers a variety of coding challenges that are designed to be fun and educational. Each challenge is meant to be completed in a single day, and they cover a wide range of topics and difficulty levels.
The repository is organized by challenge number. Each challenge has its own directory containing the solution and any necessary files.
To run a TypeScript file using npx ts-node
, navigate to the directory containing the file and execute:
npx ts-node 01-easy-first-gift-repeated.ts