Skip to content

Latest commit

 

History

History

c

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

编译c文件

gcc xxx.c -o xxx.out

执行c程序

./xxx.out