kdlearn icon indicating copy to clipboard operation
kdlearn copied to clipboard

Getting started c/c++ guide

Open krsmith28p opened this issue 9 years ago • 0 comments

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"); } "

krsmith28p avatar Jan 25 '16 23:01 krsmith28p