开始自学c语言day.1

从hello world开始

#include<stdio.h>

 int main()

{

  printf("hello world\n");

  return 0;

}

(记住分号🚬

 

posted @ 2022-07-06 00:12  Young_yrx  阅读(15)  评论(0)    收藏  举报