리니지같은 MMORPG 같이 만들 킹갓제너럴 아트 구함

아래는 포트폴리오

#include <stdio.h>

int main(void)
{
    printf("Hello, World!");
    return 0;
}