GitXplorerGitXplorer
b

advent-of-go

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
9992718a96de65ec73c63955ae4565b562be56a8

Merge branch 'solution/2017-02'

bbrianschubert committed 6 years ago
Unverified
356398a4b148a43dce8bea8ebe42dfcf8585368c

Add solution for 2017 day 2

bbrianschubert committed 6 years ago
Unverified
7889326d0c8e24cef3cf862ac49f238631fa8809

Merge branch 'solution/2017-01'

bbrianschubert committed 6 years ago
Unverified
e5b8d42d11f891eb8f767505dfd8f158ab4fc7ab

Add solution for 2017 day 1

bbrianschubert committed 6 years ago
Unverified
d871df60f827de5682a5ab430f9cdde6216c2f6e

Merge branch 'advent-package'

bbrianschubert committed 6 years ago
Unverified
93de3fc882b8669d7bf3577ae775b0f838b7218a

Add solution runner boilerplate

bbrianschubert committed 6 years ago

README

The README file for this repository.

Advent of Go

Solutions to puzzles from the Advent of Code.

I am resolving a handful the AoC 2017 problems to help myself learn Go. More complete solution sets exist in my Aoc 2016 and AoC 2017 repositories.

All solutions in this repository were compiled with go 1.12.

Running a Solution

Solutions can be run using the standard go utility with the following format.

$ go run year day [input-file]

If an input file is not specified, it will default to resources/{year}/day{day}.txt. To read input from sdin, using the file name --.

License

This software is licensed under the MIT License. For more information, read the file LICENSE.