#include <stdio.h>
#include <windows.h>
int main()
{
 puts ("Hello 'my' world!");
 return(0);
 system("pause");
}

 

마이크로 비주얼 c++