Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 406 Bytes

Advent of Code: Day 1 - Historian Hysteria

Instructions

  • take a copy of the input file from the advent of code site
  • load Day1 folder as gradle project in IntelliJ
  • Run main with a single argument of the path to the input file
    • the intellij project has a configuration which assumes src/main/resources/day1input1.txt, but it can be wherever you want
  • Results are written to standard out