Truying to do something really silly with symlinks
This commit is contained in:
parent
5ad191354c
commit
7a92f12c01
1
day01/day01_input
Symbolic link
1
day01/day01_input
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../inputs/day01_input
|
||||||
@ -109,7 +109,7 @@ func CombineIndexes(s string) int {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
file, err := os.Open("../inputs/day01_input")
|
file, err := os.Open("./day01_input")
|
||||||
check(err)
|
check(err)
|
||||||
defer file.Close()
|
defer file.Close()
|
||||||
|
|
||||||
|
|||||||
1
day02/day02_input
Symbolic link
1
day02/day02_input
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../inputs/day02_input
|
||||||
@ -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("./day02_input")
|
||||||
check(err)
|
check(err)
|
||||||
defer file.Close()
|
defer file.Close()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user