You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. This is the first koan I am trying. How should I get started with it? I loaded it up in VS 2012 and hit F5. But it stops saying index array out of bounds exception
The text was updated successfully, but these errors were encountered:
gprasant, if your windows is not in English, you will have problem. The runner searches for "at" literal coming from exception trace and the word is not "at" at other languages. Search following line: int end = Array.FindIndex(lines, start, l => l.TrimStart().StartsWith("at")) ;
Hi. This is the first koan I am trying. How should I get started with it? I loaded it up in VS 2012 and hit F5. But it stops saying index array out of bounds exception
The text was updated successfully, but these errors were encountered: