본문 바로가기
Programming/HCJ(html_css_javascript)

[html_css] Day 12

by 그렉그의 2023. 2. 18.

오늘은 C 언어를 시작했다! 

 
include <stdio.h>

int main(void)
{ printf("hello, boostcourse");
}
for (int i =1, i<50, i++){
printf("hello world\n");
}
 
 
그리고 이런 페이지들을 만들어봤다.