Content
CC CC Program Compiler Learn and code in CC GET In-App Purchases Jrmarion510 I tried running a basic c program: include iostream using namespace std; int main() cout "hello world" endl; return 0; Does not run. I just get error messages. Developer Response 2y ago Hello, you are missing a at the start. It should be include instead of include . The error messages are meant to show errors in your codes; they are not a malfunction of the app.