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

Functions

Return input values for most recent year

Returns input values

Link to this section Functions

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