You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In http://www.koding.com/docs/getting-started-c-cpp, the example code, (as seen on chrome on my chromebook, at least), does not have any file target after "#include", and my attempt failed until I included "<"stdio.h">" afterwards. Those "<" may be the culprit, perhaps, especially since they dont show on the preview here, either (without the extraquotes)?
copied from page
"
include
void main(){
printf("Hello world\n");
}
"
The text was updated successfully, but these errors were encountered:
In http://www.koding.com/docs/getting-started-c-cpp, the example code, (as seen on chrome on my chromebook, at least), does not have any file target after "#include", and my attempt failed until I included "<"stdio.h">" afterwards. Those "<" may be the culprit, perhaps, especially since they dont show on the preview here, either (without the extraquotes)?
copied from page
"
include
void main(){
printf("Hello world\n");
}
"
The text was updated successfully, but these errors were encountered: