Documentation
¶
Overview ¶
Package aocgo provides functions to get your Advent of Code puzzle inputs in a non-intrusive way.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetInputAsByteArray ¶
func GetInputAsByteArray() []byte
GetInputAsByteArray will return the user's puzzle input, as determined by the file's working directory, as an array of bytes.
func GetInputAsLineArray ¶
func GetInputAsLineArray() []string
GetInputAsLineArray will return the user's puzzle input, as determined by the file's working directory, as an array of strings, split on newline.
func GetInputAsString ¶
func GetInputAsString() string
GetInputAsString will return the user's puzzle input, as determined by the file's working directory, as a single string.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package aocutils is a collection of commonly used functions that might be helpful for Advent of Code solving.
|
Package aocutils is a collection of commonly used functions that might be helpful for Advent of Code solving. |
cmd
|
|
aocli
`Aocli` allows you to interface with Advent of Code workflows without leaving your terminal.
|
`Aocli` allows you to interface with Advent of Code workflows without leaving your terminal. |
internal
|
|
Click to show internal directories.
Click to hide internal directories.