package main import ( "testing" "github.com/alexchao26/advent-of-code-go/util" ) func TestPart1(t *testing.T) { // Examples // Run actual problem input // part1(util.ReadFile("input.txt")) } func TestPart2(t *testing.T) { // Examples // Run actual problem input // part2(util.ReadFile("input.txt")) }