Da9el00 / Advent-of-Code-2023

1 stars 1 forks source link

InputReader calls error for ressources == null; #1

Open Ildrassil opened 9 months ago

Ildrassil commented 9 months ago

I copied your program to perfection. But your InputReader does not seem to work for me.

Screenshot 2023-12-06 at 17 13 29

do you have clue why?

Do I put the write the path wrong from my Input.txt or why can´t i seem to find the issue. Can you please help me to better understand your InputReader?

Da9el00 commented 9 months ago

Most modern IDEs need to have the resource folder position defined. From your image, it looks like you are using IntelliJ. I have added my .iml file to the project, which is used by IntelliJ to understand the project structure. Otherwise, you would need to define the resource folder in the project's settings in IntelliJ.