Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 354 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 354 Bytes

adventofcode-2023

How to run?

$ go run *.go <X> (where X - day number)

Example:

$ go run main.go 1                                                                                                                          ok 
Day 1 called
(Part 1) Top elf (sum of calories): <hidden>
(Part 2) Top 3 elves (sum of calories): <hidden>