上禮拜收到的傳情蘋果~~太感動了T.T
2005-03-13
2005-03-06
2005-03-03
My First C Program!!
#include <stdio.h>
int main(){
char* myname = "jieNew";
printf("Hello! World! My name is %s.", myname);
return (0);
}
output:
Helo! World! My name is jieNew.
Subscribe to:
Posts (Atom)