herczogzoltan / aoc2017

Advent of Code 2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2017 to practice Go

Flags:

-Day int
    Number of the day(1 to 25) (default 1)
-FilePath string
    Input file Path (default "input.txt")
-Part int
    Assignment part (1 or 2) (default 1)

Example usage

Without debug: ./aoc -FilePath=$(pwd)/input.txt -Part 1 -Day 1

With debug: DEBUG=1 ./aoc -FilePath=$(pwd)/input.txt -Part 1 -Day 1

About

Advent of Code 2017


Languages

Language:Go 100.0%