Changed to day 1 sample file for testing timer
Signed-off-by: Eoghan Conlon <git@eoghanconlon.ie>
This commit is contained in:
parent
6bacc5c2b6
commit
09d91fd001
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