c/기초

정올 503: 출력-자가진단3

phantom0219 2018. 12. 25. 19:32









1
2
3
4
5
#include<stdio.h>
int main(void){
    printf("My name is Hong Gil Dong.\nI am 13 years old.");
    return 0;
}
cs


반응형