This repository contains my solutions to the weekly challenges from Weekly Coding Challenges by MoureDev
# clone the repo
git clone https://github.com/marcode24/weekly-challenges
# go to the weekly-challenges directory
cd weekly-challenges
# install dependencies
npm install
# run test
npm run test
# run specific test
npm run test 'year'/'folder-name'/solution.test.js
After cloning the repository, you can run the C# solutions using the .NET SDK and run the following commands:
# go to the weekly-challenges directory
cd weekly-challenges
# build the project
dotnet build
# run specific solution
dotnet run 'year' 'challenge'
# example
dotnet run 2024 00
# this will run the solution in the 2024/00-sintaxis-variables-tipos-de-datos-y-hola-mundo/solution.cs file
Show / Hide
Difficulties legend: 🟢 Easy 🟡 Medium 🔴 Hard
Show / Hide
Difficulties legend: 🟢 Easy 🟡 Medium 🔴 Hard
Show / Hide
Difficulties legend: 🟢 Easy 🟡 Medium 🔴 Hard