Strange error in code playground | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Strange error in code playground

I tried running some posted codes from other users and they weren't working which was odd as they were top rated codes. I then tried one I saved that I know worked and now I get this error message which is the same from the other codes I tried; ../Playground/: ../Playground/-linux-gnu/crt1.o: in function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status Does anyone know the solution to this?

6th May 2020, 12:16 AM
TJ Brennan
TJ Brennan - avatar
2 Answers
+ 1
Check the from first line to last line. There may some text which not the part of your code these text get pasted while you copy so remove all the text.
6th May 2020, 2:44 AM
Dasarath Singh
0
Thank you. I think it was an issue with the site because the next day when logging in the issue was gone but thanks for the advice!
11th May 2020, 7:12 PM
TJ Brennan
TJ Brennan - avatar