Changed folder structure
This commit is contained in:
1000
day01/input
1000
day01/input
File diff suppressed because it is too large
Load Diff
@@ -109,7 +109,7 @@ func CombineIndexes(s string) int {
|
||||
}
|
||||
|
||||
func main() {
|
||||
file, err := os.Open("input")
|
||||
file, err := os.Open("../inputs/day01_input")
|
||||
check(err)
|
||||
defer file.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user