[C] hello.c -- The most famous program of them all .. →→→→→进入此内容的聊天室

来自 Sharp Penguin, 2022-06-20, 写在 C, 查看 69 次.
URL http://www.code666.cn/view/3f185f68
  1. /* hello.c -- The most famous program of them all ..
  2.  */
  3.  
  4. #include <stdio.h>
  5.  
  6. int main(void) {
  7.   printf("Hello World!\n");
  8.   // return 0;
  9. }

回复 " hello.c -- The most famous program of them all .."

这儿你可以回复上面这条便签

captcha