Devices

C 언어 기본구조

작성자 임베디드코리아 작성일22-05-13 23:09 조회817회 댓글0건

첨부파일

---- 예제 --------
< hello.c >
#include <stdio.h>
int main()
{
    printf("Hello, world!\n");
    return 0;
}