Add a template file.

This commit is contained in:
Anna Rose 2018-12-11 19:11:21 -05:00
parent 656e975cb1
commit 414202f524
No known key found for this signature in database
GPG Key ID: 8D9ACA841015C59A

12
2018/template.go Normal file
View File

@ -0,0 +1,12 @@
package main
import (
"fmt"
"internal/dayXX"
"internal/util"
)
func main() {
data := util.ReadInput()
}