Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Codex

一个使用 CMake + GCC 构建的简单 C 语言示例项目。

项目结构

  • hello_world.c:主程序,输出一行文本。
  • CMakeLists.txt:CMake 构建配置。

环境要求

  • cmake
  • gcc

构建与运行

mkdir -p build
cd build
cmake ..
make
./hello_world

预期输出

hello codex

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages