Adding program timer to the program #1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package main
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
input := FileParse("input/test.txt")
|
input := FileParse("input/day01/sample.txt")
|
||||||
for _, s := range input {
|
for _, s := range input {
|
||||||
fmt.Println(s)
|
fmt.Println(s)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue