aoc

command module
v0.0.0-...-65b3211 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2021 License: MIT Imports: 11 Imported by: 0

README

Advent of Code Solutions

Year Language Completed?
2021 Go Ongoing

Running the code:

./aoc
    -year   num  # <Default: Current Year in AoC's timezone>
    -day    num  # <Default: Current Day in AoC's timezone>
    -level  num  # <Default: 1>
        # Challenge level, there are 2 levels per day.
    -token  str  # <Default:  >
        # Your session token, can be alternatively provided by putting it in a file named .token
        # Can be obtained by following the steps outlined here:
        # https://github.com/GreenLightning/advent-of-code-downloader#how-do-i-get-my-session-cookie
    -wait   num  # <Default: -1> 
        # Non -1 value will cause program to wait until <wait> seconds before said challenge is available, then print the prompt and exit.
    -prompt bool # <Default: false>
        # Will print out the challenge's prompt then exit.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL