Advent-of-Code

November 23, 2024 ยท View on GitHub

Codacy Badge

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

Contents

  1. 1Run the solutions
  2. 1.1C-Sharp
  3. 1.2Java
  4. 1.3JavaScript
  5. 1.4Perl
  6. 1.5Swift
  7. 1.6TypeScript