Skip to content

TylerWebDev/AdventOfCode2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Tyler Web Dev Advent of Code 2018

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 language of choice. Please do not commit directly into the Day<n> folders, but rather make a folder inside and place your solutions therein.

Running

Php

PHP is a popular general-purpose scripting language that is especially suited to web development.

Php

Exercises

composer install
php part1.php
php part2.php

Elixir

Elixir is a dynamic, functional language built to run on the Erlang VM. It excels at distributed and concurrent programming.

Get Elixir

Formatter

mix format

Tests

mix test

Exercises

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

Rust

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.

Get Rust

Formatter

cargo fmt

Tests

cargo test

Exercises

cargo build
cargo run --bin day1
cargo run --bin day2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages