Advent-of-Code
November 23, 2024 ยท View on GitHub
Contains solutions to the puzzles for the years:
2015
2016
2017
2018
2019
2020
2021
2022
2023
Run the solutions
Change into directory that contains the solution to run.
C-Sharp
dotnet test solution.sln
Java
java Solution.java
JavaScript
node solution.js
Perl
perl solution.pl
Swift
swift solution.swift
TypeScript
deno run --allow-read solution.ts