AdventOfCodeHelper (advent_of_code_helper v0.2.0)
Provides an interface to get input values for Advent of Code puzzles
Link to this section Summary
Link to this section Functions
Link to this function
get_input(day)
Return input values for most recent year
Parameters
- day: Int that represents day of puzzle
Link to this function
get_input(year, day)
Returns input values
Parameters
- year: Int that represents year of puzzle
- day: Int that represents day of puzzle