Truying to do something really silly with symlinks
This commit is contained in:
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() {
|
||||
file, err := os.Open("../inputs/day02_input")
|
||||
file, err := os.Open("./day02_input")
|
||||
check(err)
|
||||
defer file.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user