Within this repository you'll find 25 folders for the 25 days of the Advent of Code.
If you want to contribute, create a folder inside the given day and contribute a solution in your language of choice.
Please do not commit directly into the Day<n>
folders, but rather make a folder inside and place your solutions therein.
Elixir is a dynamic, functional language built to run on the Erlang VM. It excels at distributed and concurrent programming.
Tests
mix test
Exercises
mix deps.get
mix advent1.run
mix advent2.run
Typescript is a compile-to-JS language by Microsoft. It is a superset of Javascript that includes strong static typing. Advent solutions are written using Typescript and run using NodeJS.
cd ./DayN/Typescript
npm install
tsc
node dist/main.js