hello.c

来自「check your system memory for problems.」· C语言 代码 · 共 14 行

C
14
字号
/* * Test program for C compiler; if this doesn't compile, the * C compiler is seriously broken. */#include <stdlib.h>#include <stdio.h>int main(void){  printf("Hello, World!\n");  return 0;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?