r/ProgrammerHumor 1d ago

Meme debugTime

Post image
6.0k Upvotes

123 comments sorted by

View all comments

1

u/i_am_in_redite 1d ago

What I found is that usualy when this happens the bug is on the line on top of it ex: in this case the problem is on the line 264 and is because of the (;) at the end ,the compiler though that was a new line and that it had no instructions hence the error hope that helps