Compare commits
2 Commits
492d2a602a
...
change-inp
| Author | SHA1 | Date | |
|---|---|---|---|
| df779eb510 | |||
| 79f63b0bf0 |
1
day01/inputs
Symbolic link
1
day01/inputs
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../inputs
|
||||||
@@ -109,7 +109,7 @@ func CombineIndexes(s string) int {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
file, err := os.Open("../inputs/day01_input")
|
file, err := os.Open("./inputs/day01_input")
|
||||||
check(err)
|
check(err)
|
||||||
defer file.Close()
|
defer file.Close()
|
||||||
|
|
||||||
|
|||||||
1
day02/inputs
Symbolic link
1
day02/inputs
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../inputs
|
||||||
@@ -140,7 +140,7 @@ func PrintAndWait[T any](x T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
file, err := os.Open("../inputs/day02_input")
|
file, err := os.Open("./inputs/day02_input")
|
||||||
check(err)
|
check(err)
|
||||||
defer file.Close()
|
defer file.Close()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user