CodeBlocks Compilation - learnclang/1-helloworld GitHub Wiki
Add main file
Now we need to add the main file:
right click on "sources" (project panel on left)
click "find file"
double click "main.c"
open "main.c"
Build and Run
Obviously being a IDE, does almost everything CodeBlocks, in this case has already written the essential code, so we need only build the project
build->build and run