Solutions to Advent of Code 2018 (http://adventofcode.com/2018)
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
aoc2018
bin Add script for adding a new cargo crate Nov 21, 2018
day1-1 Solve day 2, part 2 Dec 2, 2018
day1-2 Solve day 2, part 2 Dec 2, 2018
day10
day11
day12 Solve Day 12 Dec 12, 2018
day13
day14 Solve Day 14 Dec 14, 2018
day15
day16 Solve Day 16, part 2 Dec 19, 2018
day18 "Solve" Day 18, part 2 Dec 19, 2018
day2-1 Solve day 2, part 2 Dec 2, 2018
day2-2 Solve day 2, part 2 Dec 2, 2018
day3-1 Use get_numbers in Day 3 Dec 3, 2018
day3-2
day4-1 Solve Day 4, part 1 Dec 4, 2018
day4-2
day5-1 Solve Day 5 Dec 5, 2018
day5-2 Solve Day 5 Dec 5, 2018
day6 Solve Day 6, part 2 Dec 6, 2018
day7 Cleanup Day 7, part 2 Dec 7, 2018
day8 Solve Day 8 Dec 8, 2018
day9
example-day
.gitignore Initial set-up files Nov 21, 2018
.travis.yml Use stable edition 2018 Dec 7, 2018
Cargo.toml
LICENSE.txt Initial set-up files Nov 21, 2018
README.md

README.md

Advent of Code 2018 solutions

Build Status

This repository contains solutions to the Advent of Code 2018 advent calendar.

The solutions are organized as independent binary crates in a cargo workspace.

Warning

The solutions should not be viewed as idiomatic Rust code or even good code at all. They are mainly written to solve the problem at hand, and as a way to learn more Rust.