编辑代码
C语言代码
gcc13.2
gcc7.5.0
clang-10
运行
#
include
<stdio.h>
int
main
()
{
//程序运行完成时一定要有输出语句,本工具才能正确展示运行结果。
printf
(
"Hello!"
);
return
0
; }