1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-18 05:37:45 +02:00

17 lines
339 B
Markdown

# C
C is a common programming language.
## Installation
To get c working you basically just need to install a compiler.
To get a compiler for c there are a few options.
- [GNU compiler collection](gcc.gnu.org)
## IDE
### Vim
The steps to make Vim a c IDE are described in [the vim section of this wiki](../linux/vim/c-language.md).