C#C
C#2y ago
Grimson

✅ Use of Unassigned local variable?

Hi, I am solving the advent of coding challenges for practice for uni and I have already finished the problem and now I am trying to optimize code. However, I I can't seem to figure out why I am getting use of unassigned local variable when I try to cache the results in a dictionary. I have already initialized the dictionary, so I don't know what the issue is. Can anyone help please? The problem is in program.cs file. URL : https://github.com/AnmolSinha1201/Orbit
GitHub
Contribute to AnmolSinha1201/Orbit development by creating an account on GitHub.
Was this page helpful?