Truying to do something really silly with symlinks
Some checks failed
Build / gobuild (push) Failing after 1m22s

This commit is contained in:
2023-12-02 16:56:35 +00:00
parent 492d2a602a
commit 79f63b0bf0
4 changed files with 4 additions and 2 deletions

1
day02/day02_input Symbolic link
View File

@@ -0,0 +1 @@
../inputs/day02_input

View File

@@ -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()