'2023/10'에 해당되는 글 1건

  1. 2023.10.27 hello-tistory

hello-tistory

c 2023. 10. 27. 03:05

코더일기 시작

#include <stdio.h>

int main()
{
    printf("Hello, world!\n");
    return 0;
}

 

 

Posted by illlust
,