#include <stdio.h>
#include <windows.h>
int main()
{
puts ("Hello 'my' world!");
return(0);
system("pause");
}
마이크로 비주얼 c++
#include <stdio.h>
#include <windows.h>
int main()
{
puts ("Hello 'my' world!");
return(0);
system("pause");
}
마이크로 비주얼 c++
퍼즈를 리턴전에 넣
감사
해결함 ㅋㅋ 개굳 ㅋㅋ