1

When i try to make a infinity loop code like this:

for(int i=5:i<=3;i++)
{
Console.WriteLine(i);
}

and i forgot to save the project.
"OMFG!!!! WHY THE FK R U DO THIS! :'("

Comments
Add Comment