오늘은 C 언어를 시작했다!
include <stdio.h>
int main(void)
{ printf("hello, boostcourse");
}
for (int i =1, i<50, i++){
printf("hello world\n");
}
'Programming > HCJ(html_css_javascript)' 카테고리의 다른 글
[javascript] Day 19 (0) | 2023.02.27 |
---|---|
[javascript] 연습해보기 (0) | 2023.02.26 |
[html_css] Day 11 (0) | 2023.02.16 |
html+css로 카카오톡 채팅 페이지 까지 모든 페이지 완성해보기 (0) | 2023.02.14 |
html+css로 카카오톡의 모든 페이지 만들어보기 (0) | 2023.02.13 |