1 #include<stdio.h>
2 main()
3 {
4   printf("hello,world"\n);
5 }
1 gcc hello.c
2 ./a.out

 

相关文章:

  • 2021-04-22
  • 2022-12-23
  • 2021-10-12
  • 2021-04-06
  • 2021-07-10
  • 2021-10-11
  • 2022-12-23
  • 2021-04-11
猜你喜欢
  • 2021-11-01
  • 2022-01-13
  • 2021-10-29
  • 2022-12-23
  • 2021-05-07
  • 2021-05-09
  • 2021-11-06
相关资源
相似解决方案