@@ -0,0 +1,11 @@
package main
import (
"fmt"
"github.com/thatguygriff/aoc2020/one"
)
func main() {
fmt.Println(one.PartOne())
}
The note is not visible to the blocked user.