Add a template file.
This commit is contained in:
parent
656e975cb1
commit
414202f524
12
2018/template.go
Normal file
12
2018/template.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"internal/dayXX"
|
||||
"internal/util"
|
||||
)
|
||||
|
||||
func main() {
|
||||
data := util.ReadInput()
|
||||
}
|
Loading…
Reference in New Issue
Block a user