“文华”的版本间的差异
第9行: | 第9行: | ||
*[http://c.biancheng.net/ C语言中文网] | *[http://c.biancheng.net/ C语言中文网] | ||
* | * | ||
+ | #include <stdio.h> | ||
+ | int main() | ||
+ | { | ||
+ | puts("C语言中文网"); | ||
+ | return 0; | ||
+ | } | ||
#include <stdio.h> | #include <stdio.h> | ||
int main() | int main() |
第9行: | 第9行: | ||
*[http://c.biancheng.net/ C语言中文网] | *[http://c.biancheng.net/ C语言中文网] | ||
* | * | ||
+ | #include <stdio.h> | ||
+ | int main() | ||
+ | { | ||
+ | puts("C语言中文网"); | ||
+ | return 0; | ||
+ | } | ||
#include <stdio.h> | #include <stdio.h> | ||
int main() | int main() |