Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 792 Bytes

File metadata and controls

51 lines (41 loc) · 792 Bytes

Tyler Web Dev Advent of Code 2016

Advent of Code

Within this repository you'll find 25 folders for the 25 days of the Advent of Code.

Contributing

If you want to contribute, create a folder inside the given day and contribute a solution in your langauge of choice. Please do not commit directly into the Day<n> folders, but rather make a folder inside and place your solutions therein.

Running

CFML

Exercises

box puzzle.cfm

Elixir

tests

mix test

Exercises

mix deps.get
mix advent1.run
mix advent2.run

Haskell

Exercises

cabal install parsec
runhaskell Main.hs

PowerShell

Exercises

powershell -file Find-BunnyHQ.ps1

.Net Core

Exercises

dotnet restore
dotnet build
dotnet run