Skip to content

Latest commit

 

History

History

2023

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Usage

First, navigate into a folder for a specific day.

Run tests with

go test

Run parts 1 and 2 with

go run cmd/part_1/main.go input.txt
go run cmd/part_2/main.go input.txt