GitXplorerGitXplorer
p

aoc

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
0471eae4eb6690b0c5de4fc639d833cdd4dcf76f

Add day5

pphansch committed 7 years ago
Verified
725f8bdcf8b6e60dba6b094a36197efae6950298

Add day6 part 1

pphansch committed 7 years ago
Verified
ce8e21beaad904b95fb9e139e52fdcdf909069cd

Add day 4 (part 2 not correct)

pphansch committed 7 years ago
Verified
6f0eec708f2a5949deed6b02360f780d2cef2341

Fix new_day script

pphansch committed 7 years ago
Verified
5ba8bd775c64127772bcd9fca2dccbbf7b442a60

Add day3 part1

pphansch committed 7 years ago
Verified
4aad4cd01ac9d90827b9712647c810b1f05a9cab

Fix new_day script

pphansch committed 7 years ago

README

The README file for this repository.

Advent of code

Solutions for https://adventofcode.com

new_day script

Start a new day by running . ./new_day N where N is the number of the challenge.

That script automates a bunch of stuff, because my time is limited:

  1. Sets up a new rust binary project in the dayN directory
  2. Downloads the input for the first part of the challenge into the root of that project
  3. Copies over the main.rs from the template file
  4. cds into the project and opens up the main.rs in vim.

Note that day1 and day2 don't contain both solutions because they weren't tracked in git at the time.