📜  在 mac 终端中运行 c 程序 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:48.377000             🧑  作者: Mango

代码示例1
gcc -o runme hello.c
./ runme