command
module
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Nov 24, 2022
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
import (
aoc "github.com/mike-seagull/aoc"
)
func main() {
var session = aoc.Input{token: "MY_SESSION_TOKEN"}
todaysInput := session.GetTodaysInput() // Returns raw puzzle input
todaysInputArray := session.GetTodaysInputLines() // Returns todays input as an array of strings
}
Coming soon...
Quickstart
Get package:
go get github.com/mike-seagull/aoc
Install cli
go install github.com/mike-seagull/aoc
Why Go
Because its fast! Also it can be compiled to a shared library to be used in other languages. Examples of this coming soon...
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.