advent_of_code_helper v0.1.0 GetInputs

Contains all the logic for actually grabbing data from the website

Link to this section Summary

Functions

Checks to see if we already have this input, else will go and get it

Parameters

  • Year: Int for year of puzzle
  • Day: Int for day of puzzle
  • Session: Session variable for authenticating against AoC

Link to this section Functions

Link to this function get_value(year, day, session)

Checks to see if we already have this input, else will go and get it

Parameters

  • Year: Int for year of puzzle
  • Day: Int for day of puzzle
  • Session: Session variable for authenticating against AoC