I am the first time to use Code Builder. I copy void HelloWorld() { printf("Hello World, from Origin C\n"); } after "// Start your functions here." just like the Guide taught. However, there is no result on the results window... Output seems OK (compiling... 1.c Linking... Done!) And I try to create variables, the problem is the same. Do I miss something..? Thank you very much.
After compiling and linking the file, did you execute the function? I mean paste or type the function name in the Command box and then click Enter key.