Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 438 Bytes

Day 2

Instructions

The input data is assumed to be in a file input.txt in the root of individual day's code.

Part 1

  • Load maven project in IDE
  • Run uk.co.stevebosman.aoc2023.day2.Part1 in IntelliJ with parameter input.txt.
  • Result written to System.out.

Part 2

  • Load maven project in IDE
  • Run uk.co.stevebosman.aoc2023.day2.Part2 in IntelliJ with parameter input.txt.
  • Result written to System.out.