프로그래밍/기타

코드하이라이트 테스트

DevMoon 2012. 5. 25. 16:28
#include <stdio.h>

int main()
{
    printf("hello world\n");
    return 0;
}