danott / advent-of-code-2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽ„ Advent of Code 2018 πŸŽ„

For Advent of Code 2018, I want to try my hand at some different languages. The minimum viable testing scaffold is setup for each language in the scaffolds directory. To scaffold a day, use the scaffold command.

./scaffold # Uses today's date, and random language
./scaffold 23 # Uses the 23rd, with a random language
./scaffold 23 # Fails because the day has already been scaffolded
./scaffold 23 javascript --force # Deletes the existing scaffold, and changes it to javascript

The exercises live in the exercises folder, after they've been scaffolded.

This might be a terrible idea that has me looking at lots of language docs. 😬

About


Languages

Language:JavaScript 58.0%Language:Elixir 21.4%Language:Go 9.7%Language:Crystal 6.9%Language:Ruby 3.1%Language:Rust 0.4%Language:Swift 0.4%