vineetchoudhary / TurboCPP

Turbo C++ for Latest Edition of Windows like Windows 8, Windows 8.1, Windows 10
https://developerinsider.co/turbocpp
63 stars 30 forks source link

Output not displayed #14

Open warriorstar123 opened 4 years ago

warriorstar123 commented 4 years ago

i used following hello word program

include

int main () { printf("hello world \n"); } it compiled with zero errors. but while running the output pane just shows linking exe not showing the output hello world.