AdventOfCodeHelper (Advent of Code Elixir Helper v0.2.1)
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)
Specs
Return input values for most recent year
Parameters
- day: Int that represents day of puzzle
Link to this function
get_input(year, day)
Specs
Returns input values
Parameters
- year: Int that represents year of puzzle
- day: Int that represents day of puzzle