Code::Blocks does not show any output
I installed Code::Blocks 16.01 along with the MinGW compiler.I created a project just to test it out, built and run the default code in the default main.c that's included when I made the project.
But when the console shows up I don't see anything in the output, besides "Process ended" data.
Hello World! doesn't show up.