Changed to day 1 sample file for testing timer

Signed-off-by: Eoghan Conlon <git@eoghanconlon.ie>
This commit is contained in:
Eoghan Conlon 2024-08-23 12:18:06 +01:00
parent 6bacc5c2b6
commit 09d91fd001

View file

@ -3,7 +3,7 @@ package main
import "fmt"
func main() {
input := FileParse("input/test.txt")
input := FileParse("input/day01/sample.txt")
for _, s := range input {
fmt.Println(s)
}