Skip to content

Latest commit

ย 

History

History

day_01

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Day 1: Report Repair

Summary

๐Ÿ“ƒ Input: expense report - i.e. list of integer numbers.

โญ Part One: find the 2 entries (numbers) that sum to 2020, then multiply them together.

โญ Part Two: find the 3 entries (numbers) that sum to 2020, then multiply them together.

Puzzle instructions

https://adventofcode.com/2020/day/1