package main import ( "fmt" "github.com/thatguygriff/aoc2020/one" ) func main() { fmt.Println(one.PartOne()) fmt.Println(one.PartTwo()) }