# helloworld **Repository Path**: elainelover/helloworld ## Basic Information - **Project Name**: helloworld - **Description**: C语言基础入门第0课 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-17 - **Last Updated**: 2022-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # helloworld #### 介绍 C语言基础入门第0课 #### 软件架构 使用mingw写的helloworld #### 安装教程 环境搭建参考博客(非本人) https://blog.csdn.net/jiqiren_dasheng/article/details/103775488 #### 作用: 教授第一课C语言 #### 编译方法 gcc -o hw hw.c