Skip to content

AntonioMrtz/AdventJS-2024

Repository files navigation

AdventJS 204

AdventJS204-Logo

Description

This repository contains my solutions to the AdventJS 2024 challenge, which is organized by midudev.

AdventJS is an annual event that helps developers improve their coding skills with 25 progressively harder challenges leading up to Christmas. The challenges are primarily focused on JavaScript and TypeScript, and in some cases Python. Each day, a new challenge is released, and participants are encouraged to solve it and share their solutions.

For more details on the challenge, visit the official platform: AdventJS.

Get the repo

git clone https://github.com/AntonioMrtz/AdventJS-2024.git

How to run the code

If using VSCODE there are scripts in .vscode folder to run and debug Python and Typescript code for the solutions.

Typescript

npm i
npx tsc x.ts && node x.js 

Run tests

npx jest

Style

npx prettier . --write

Python

python -m venv venv
source /venv/bin/activate
pip install -r requirements.txt
python x.py

Releases

No releases published

Packages

No packages published