c/기초

정올 101 : 출력-형셩평가1

phantom0219 2018. 12. 26. 10:58



내풀이:


1
2
3
4
5
#include<stdio.h>
int main(void){
    printf("My name is Hong");
    return 0;
}
cs


반응형