[C] 实现helloword无限循环 →→→→→进入此内容的聊天室

来自 , 2020-06-15, 写在 C, 查看 129 次.
URL http://www.code666.cn/view/84b20b1f
  1. #include <stdio.h>
  2. int main() {
  3.  while(true){
  4.  printf("Hello word.");
  5. }
  6.  return 0;
  7.  }

回复 "实现helloword无限循环"

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

captcha