코딩/Language Coder
502 : 출력 - 자가진단2
pikapika
2018. 4. 13. 22:49
다음과 같이 출력되는 프로그램을 작성하라.
![]() Programming! It's fun. |
[코드]
#include <stdio.h>
int main() {
printf("Programming! It's fun. \n");
return 0;
}
}