#include <stdio.h>
int main() {
/* my first program in C */
printf("Hello, World! /n");
return 0;
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/264572.html
#include <stdio.h>
int main() {
/* my first program in C */
printf("Hello, World! /n");
return 0;
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/264572.html