Hello, World

Programming/C,C++ 2017. 1. 3. 21:25

#include <stdio.h>

int main (void)
{
        printf ("Hello, C World\n");

        return 0;
}

'Programming > C,C++' 카테고리의 다른 글

Multithreading Applications in Win32  (0) 2017.01.05
multithread in windows  (0) 2017.01.04
scanf 주의사항  (0) 2017.01.04
scanf_s  (0) 2017.01.04
what does "int& a = b" mean?  (0) 2016.05.10
Posted by 루나s
,