Is run work or not?(include C ,C++ and C#) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is run work or not?(include C ,C++ and C#)

when you click "run" and Is this took you long time, too(html css and etc)? I use in the computer. C, C# and C++: here is example: #include <stdio.h> int main() {     printf("Hello, World!\n");     return 0; } when i click "run" and what i got this: ../Playground/: ../Playground/-linux-gnu/crt1.o: in function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status something wrong? sorry my english

5th May 2020, 5:38 PM
Oren Abarbanel
8 Answers
+ 1
and i got: ../Playground/: ../Playground/-linux-gnu/crt1.o: in function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status this should be: "hello world!" and this isn't work! :/
5th May 2020, 6:08 PM
Oren Abarbanel
0
Every thing is correct in your code. https://code.sololearn.com/cZnH5oG55jj8/?ref=app
5th May 2020, 5:50 PM
Dasarath Singh
0
Restart the app
5th May 2020, 6:13 PM
Dasarath Singh
0
i did, twice! and this isn't work(i use in the computer)
5th May 2020, 6:18 PM
Oren Abarbanel
0
I'm having the same issue. It started when I tried a code and not I seems codes that worked before are coming up as an error. Is there a setting in the playground that changed?
6th May 2020, 12:10 AM
TJ Brennan
TJ Brennan - avatar
0
I have no idea :/
6th May 2020, 12:22 AM
Oren Abarbanel
0
same problem here in Java....
6th May 2020, 8:16 AM
john paul guillen
john paul guillen - avatar
0
i checked again now. and this is work(use computer), you too?
6th May 2020, 2:36 PM
Oren Abarbanel