C

[C] 001 c언어 시작

qkrwngus 2021. 1. 15. 20:20

 

#include <stdio.h> 

void main() 
{ 
printf("Hello C!!!"); 
}