/* Run the "hello, world" program on your system. Experiment with leaving out parts of the program to see what error messages you get. */ #include <stdio.h> main() { printf("hello world\n"); }
版权声明:本文为博主原创文章,未经博主允许不得转载。
时间: 2024-10-17 19:19:47
/* Run the "hello, world" program on your system. Experiment with leaving out parts of the program to see what error messages you get. */ #include <stdio.h> main() { printf("hello world\n"); }
版权声明:本文为博主原创文章,未经博主允许不得转载。