C程序

来源:互联网 发布:外呼软件 编辑:程序博客网 时间:2024/04/29 21:01

#include<stdio.h>

void   main()

{     printf(“欢迎来到我的博客\n");

}