12

People often rant about a missing semicolon,
I added an extra after if condition

if(...);{
}

Compiler can't take this as error.
Debugged the logic for hours,
Wasted a lot of time, lol

Comments
Add Comment